Hello,

Trying to use backuppc 2.1.2 between two Debian machines to back up two
directories, I get the following error, which I don't really understand.
The backup seems to be done correctly (I can see files that were created
the day before), but it seems to run a full backup every day because of
this error:

Contents of file /var/lib/backuppc/pc/geog-pc40.ulb.ac.be/XferLOG.0.z,
modified 2006-06-14 03:29:29 (Extracting only Errors)

Running: /usr/bin/ssh -q -C -x -n -l root geog-pc40.ulb.ac.be /bin/tar
-c -v -f - -C / --totals ./home/mlennert/ULB ./home/mlennert/Maildir
Xfer PIDs are now 7840,7839
[ skipped 12582 lines ]
Nombre total d'octets écrits: 5137561600 (4,8GiB, 704KiB/s)
[ skipped 34 lines ]
tarExtract: Done: 0 errors, 11608 filesExist, 5109993955 sizeExist,
3674472321 sizeExistComp, 11768 filesTotal, 5124180910 sizeTotal
Got fatal error during xfer (Nombre total d'octets écrits: 5137561600
(4,8GiB, 704KiB/s))
Backup aborted (Nombre total d'octets écrits: 5137561600 (4,8GiB, 704KiB/s))


On the status page, this is summarised as follows:

# Last status is state "idle" (backup failed) as of 6/15 01:30.
# Last error is "Nombre total d'octets écrits: 5137561600 (4,8GiB,
704KiB/s)".

The 'Last error' is not very helpful to me here as it just tells me how
much data was written...


Here is my config:

$Conf{BackupFilesOnly} = [ '/home/mlennert/ULB', /home/mlennert/Maildir'];
$Conf{XferMethod} = 'tar';
$Conf{XferLogLevel} = 1;

$Conf{TarClientCmd} = '$sshPath -q -C -x -n -l root $host'
                     . ' $tarPath -c -v -f - -C $shareName+'
                     . ' --totals';

$Conf{TarFullArgs} = '$fileList+';
$Conf{TarIncrArgs} = '--newer=$incrDate+ $fileList+';

$Conf{TarClientRestoreCmd} = '$sshPath -q -x -l root $host'
                    . ' $tarPath -x -p --numeric-owner --same-owner'
                    . ' -v -f - -C $shareName+';

$Conf{TarClientPath} = '/bin/tar';


Any ideas ?

Thanks !

Moritz



_______________________________________________
BackupPC-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/

Reply via email to