On 13/10/2018 18:20, Craig Barratt wrote:
Paul,
Sorry, I really misinterpreted the error message ("tar_process done, err = 0")
you sent. It's from smbclient, not tar.
What version of smbclient are you running? What is the smbclient command line
(near the top of the XferLOG file)? What are the settings for
$Conf{SmbClientFullCmd} and $Conf{SmbClientIncrCmd}? Do both incremental and
full backups fail with the same error?
Craig
Hello Craig,
$ smbclient --version
Version 4.3.11-Ubuntu
I cannot read any of the XferLOG files, there are in .z format
$Conf{SmbClientFullCmd} = '$smbClientPath \\\\$host\\$shareName $I_option -U
$userName -E -d 5 -c tarmode\\ full -Tc$X_option - $fileList';
$Conf{SmbClientIncrCmd} = '$smbClientPath \\\\$host\\$shareName $I_option -U
$userName -E -d 5 -c tarmode\\ full -Tc$X_option $timeStampFile - $fileList';
Paul
_______________________________________________
BackupPC-users mailing list
[email protected]
List: https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki: http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/