Thomas writes:
> I am using BackupPC 2.1.2 on a Debian (Etch) server. BackupPC is
> configured to use tar via ssh to backup a /home-dir (around 80 GB).
>
> During or after (I don't know) executing a job I got follwing message
> (BackupPC was started manually with 'BackupPC_dump -v -f 192.168.0.5'):
BackupPC_dump doesn't understand the final summary message from
tar in German:
> Got fatal error during xfer (Gesamtzahl geschriebener Bytes: 81230069760
> (76GiB, 7,8MiB/s))
You need to set up the tar command with English, eg:
$Conf{TarClientCmd} = '$sshPath -q -x -n -l root $host'
. ' env LC_ALL=C $tarPath -c -v -f - -C $shareName+'
. ' --totals';
Craig
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
BackupPC-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/