BackupPC-users

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

2016-03-06 07:46:54
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: Sun, 6 Mar 2016 07:45:17 -0500
On 03/04/2016 01:52 PM, Tim Evans wrote:
> 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?
>

Whoops.  This fixed incremental backups, but full backups now 
hang--apparently indefinitely.  No errors, but they never complete. My 
most recent full has been running for nearly 19 hours now:

# ps -ef | grep smbclient
backuppc 27472 27468  7 Mar05 ?        01:26:12 /usr/bin/smbclient 
\\pelican\C$ -U backup -E -d 1 -c tarmode full -Tc -

-- 
Tim Evans                       |   5 Chestnut Court
UNIX System Admin Consulting    |   Owings Mills, MD 21117
http://www.tkevans.com/         |   443-394-3864
tkevans AT tkevans DOT com

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