Romain writes:

> Error of full backups :
> 
> ==========================================================================================
> Running: /usr/bin/smbclient \\\\HOST_NAME\\SHARE_NAME  -U USER_NAME -E - N -d 
> 1 -c tarmode\ full -Tc /PATH_OF_BACKUP/BACKUP_NAME.tar
> full backup started for share FOLDER_NAME
> Domain=[DOMAIN_NAME] OS=[Windows 5.1} Server=[Windows 2000 LAN Manager]
> tarmode is now full, system, hidden, noreset, verbose
> NT_STATUS_NO_SUCH_FILE listing \ -
> NT_STATUS_NO_SUCH_FILE listing \FOLDER_NAME
> tar : dumped 15 files and directories
> Total bytes written 11550720
> tarExtract: Done: 0 errors, 0 filesExist, 0 sizeExist, 0 sizeExistComp, 0 
> filesTotal, 0 sizeTotal
> ==========================================================================================
> 
> What is the error : NT_STATUS_NO_SUCH_FILE ?

The smbclient command:

    /usr/bin/smbclient \\\\HOST_NAME\\SHARE_NAME  -U USER_NAME -E - N -d 1 -c 
tarmode\ full -Tc /PATH_OF_BACKUP/BACKUP_NAME.tar 

is asking it to backup the file /PATH_OF_BACKUP/BACKUP_NAME.tar
below the share SHARE_NAME.  That file doesn't exist.  Looks like
your $Conf{BackupFilesOnly} or $Conf{SmbClientFullCmd} is set
incorrectly.

Craig

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
BackupPC-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/

Reply via email to