gjcomputer
7th February 2007, 23:49
hey guys, i love the tutorial about backuppc, but my problem is this, i have backuppc installed and configured from the tutorial, but my fileserver (washfile) is on a domain, and i get errors when trying to do this backup. what can you recommend for me? Thanks!!
config =
$Conf{SmbShareName} = 'c';
$Conf{SmbShareUserName} = '****';
$Conf{SmbSharePasswd} = '****';
$Conf{XferMethod} = 'smb';
gives me this error
Running: /usr/bin/smbclient \\\\washfile\\c -I 172.17.0.3 -U backuppc -E -N -d 1 -c tarmode\ full -Tc -
Xfer PIDs are now 6100,6099
Domain=[DOMAIN] OS=[Windows Server 2003 R2 3790 Service Pack 1] Server=[Windows Server 2003 R2 5.2]
This backup will fail because: tree connect failed: NT_STATUS_BAD_NETWORK_NAME
tree connect failed: NT_STATUS_BAD_NETWORK_NAME
Domain=[DOMAIN] OS=[Windows Server 2003 R2 3790 Service Pack 1] Server=[Windows Server 2003 R2 5.2]
tree connect failed: NT_STATUS_BAD_NETWORK_NAME
tarExtract: Done: 0 errors, 0 filesExist, 0 sizeExist, 0 sizeExistComp, 0 filesTotal, 0 sizeTotal
Got fatal error during xfer (tree connect failed: NT_STATUS_BAD_NETWORK_NAME)
Backup aborted (tree connect failed: NT_STATUS_BAD_NETWORK_NAME)
config=
$Conf{SmbShareName} = 'c$';
$Conf{SmbShareUserName} = '****';
$Conf{SmbSharePasswd} = '****';
$Conf{XferMethod} = 'smb';
gives me this error
Running: /usr/bin/smbclient \\\\washfile\\c\$ -I 172.17.0.3 -U backuppc -E -N -d 1 -c tarmode\ full -Tc -
Xfer PIDs are now 6173,6172
Domain=[DOMAIN] OS=[Windows Server 2003 R2 3790 Service Pack 1] Server=[Windows Server 2003 R2 5.2]
tree connect failed: NT_STATUS_ACCESS_DENIED
Domain=[DOMAIN] OS=[Windows Server 2003 R2 3790 Service Pack 1] Server=[Windows Server 2003 R2 5.2]
tree connect failed: NT_STATUS_ACCESS_DENIED
tarExtract: Done: 0 errors, 0 filesExist, 0 sizeExist, 0 sizeExistComp, 0 filesTotal, 0 sizeTotal
Got fatal error during xfer (No files dumped for share c$)
Backup aborted (No files dumped for share c$)
**and i have created a local user, as well as a domain user on the fileserver called "backuppc" and gave this user all access to the c: drive
config =
$Conf{SmbShareName} = 'c';
$Conf{SmbShareUserName} = '****';
$Conf{SmbSharePasswd} = '****';
$Conf{XferMethod} = 'smb';
gives me this error
Running: /usr/bin/smbclient \\\\washfile\\c -I 172.17.0.3 -U backuppc -E -N -d 1 -c tarmode\ full -Tc -
Xfer PIDs are now 6100,6099
Domain=[DOMAIN] OS=[Windows Server 2003 R2 3790 Service Pack 1] Server=[Windows Server 2003 R2 5.2]
This backup will fail because: tree connect failed: NT_STATUS_BAD_NETWORK_NAME
tree connect failed: NT_STATUS_BAD_NETWORK_NAME
Domain=[DOMAIN] OS=[Windows Server 2003 R2 3790 Service Pack 1] Server=[Windows Server 2003 R2 5.2]
tree connect failed: NT_STATUS_BAD_NETWORK_NAME
tarExtract: Done: 0 errors, 0 filesExist, 0 sizeExist, 0 sizeExistComp, 0 filesTotal, 0 sizeTotal
Got fatal error during xfer (tree connect failed: NT_STATUS_BAD_NETWORK_NAME)
Backup aborted (tree connect failed: NT_STATUS_BAD_NETWORK_NAME)
config=
$Conf{SmbShareName} = 'c$';
$Conf{SmbShareUserName} = '****';
$Conf{SmbSharePasswd} = '****';
$Conf{XferMethod} = 'smb';
gives me this error
Running: /usr/bin/smbclient \\\\washfile\\c\$ -I 172.17.0.3 -U backuppc -E -N -d 1 -c tarmode\ full -Tc -
Xfer PIDs are now 6173,6172
Domain=[DOMAIN] OS=[Windows Server 2003 R2 3790 Service Pack 1] Server=[Windows Server 2003 R2 5.2]
tree connect failed: NT_STATUS_ACCESS_DENIED
Domain=[DOMAIN] OS=[Windows Server 2003 R2 3790 Service Pack 1] Server=[Windows Server 2003 R2 5.2]
tree connect failed: NT_STATUS_ACCESS_DENIED
tarExtract: Done: 0 errors, 0 filesExist, 0 sizeExist, 0 sizeExistComp, 0 filesTotal, 0 sizeTotal
Got fatal error during xfer (No files dumped for share c$)
Backup aborted (No files dumped for share c$)
**and i have created a local user, as well as a domain user on the fileserver called "backuppc" and gave this user all access to the c: drive