Please ignore Message # 15, I copy/paste the wrong links, sorry. :-/

In my config.pl was no -N option (do not add it), with this setting it
fails again:
$Conf{SmbClientFullCmd} = '$smbClientPath \\\\$host\\$shareName $I_option
-U $userName -E -d 1 -c tarmode\\ full\\ verbose -Tc$X_option - $fileList';

As far I understand the output of tarmode is different.

tarExtract: Done: 0 errors, 16 filesExist, 2360211 sizeExist, 2163583
sizeExistComp, 349 filesTotal, 2438778 sizeTotal
Got fatal error during xfer (tar:711  Total bytes received: 2380691)
Backup aborted (tar:711  Total bytes received: 2380691)



2016-04-15 11:54 GMT+02:00 Ludovic Drolez <ldro...@debian.org>:

> Hello,
>
> Please could you try to edit /etc/backupcc/config.pl and modify the 3
> following lines:
>
> 1- Find the lines:
>
> $Conf{SmbClientFullCmd} = '$smbClientPath \\\\$host\\$shareName
> $I_option -U $userName -E -N -d 1 -c tarmode\\ full -Tc$X_option -
> $fileList';
>
> {SmbClientIncrCmd} = '$smbClientPath \\\\$host\\$shareName
> $I_option -U $userName -E -N -d 1 -c tarmode\\ full -TcN$X_option
> $timeStampFile - $fileList';
>
> $Conf{SmbClientRestoreCmd} = '$smbClientPath \\\\$host\\$shareName
> $I_option -U $userName -E -N -d 1 -c tarmode\\ full -Tx -';
>
> 2- Add the verbose option after 'full' using double backslashes as
> follows:
>
> $Conf{SmbClientFullCmd} = '$smbClientPath \\\\$host\\$shareName
> $I_option -U $userName -E -N -d 1 -c tarmode\\ full\\ verbose -Tc$X_option
> -
> $fileList';
>
> {SmbClientIncrCmd} = '$smbClientPath \\\\$host\\$shareName
> $I_option -U $userName -E -N -d 1 -c tarmode\\ full\\ verbose -TcN$X_option
> $timeStampFile - $fileList';
>
> $Conf{SmbClientRestoreCmd} = '$smbClientPath \\\\$host\\$shareName
> $I_option -U $userName -E -N -d 1 -c tarmode\\ full\\ verbose -Tx -';
>
>
> Best regards,
>
> --
> Ludovic Drolez.
>
> http://www.aopensource.com             - The Android Open Source Portal
> http://www.drolez.com         - Personal site - Linux and Free Software
>

Reply via email to