On 03/03/2016 08:49 PM, Christophe Gouinaud wrote:
> Hello,
>
> I got same problem using backuppc 3.3.1 an smbclient 4.3.5.
>
> New version of samba change output to
>   "tar: XXXX Total bytes received: XXXX "
> from "tar: dumped ZZZZ files".
>
> So I modify  Smb.pm at line 233 as follow :
> ----------------------------------------------------
>         } elsif ( /^\s*tar: dumped \d+ files/ ) {
>             $t->{xferOK} = 1;
>             $t->{XferLOG}->write(\"$_\n") if ( $t->{logLevel} >= 0 );
> #Changed by gouinaud
>         } elsif ( /^\s*tar:\d+  Total bytes received: \d+/ ) {
>             $t->{xferOK} = 1;
>             $t->{XferLOG}->write(\"$_\n") if ( $t->{logLevel} >= 0 );
> #end
> …
>
> in config.pl file i modify  BackupZeroFilesIsFatal like this :
>
> $Conf{BackupZeroFilesIsFatal} = 0;

Thank you very much, Christophe.  This worked for me as well with 
smbclient 4.3.4,

Have you sent this fix to the developers?

-- 
Tim Evans                       |5 Chestnut Court
443-394-3864                    |Owings Mills, MD 21117

------------------------------------------------------------------------------
_______________________________________________
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/

Reply via email to