BackupPC-users

Re: [BackupPC-users] BackupPC Aborts Backup at 8GB on F23

2016-03-04 14:20:49
Subject: Re: [BackupPC-users] BackupPC Aborts Backup at 8GB on F23
From: Tim Evans <tkevans AT tkevans DOT com>
To: "General list for user discussion, questions and support" <backuppc-users AT lists.sourceforge DOT net>
Date: Fri, 4 Mar 2016 13:52:27 -0500
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
BackupPC-users AT lists.sourceforge DOT net
List:    https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:    http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/
<Prev in Thread] Current Thread [Next in Thread>