Craig Barratt schrieb:
> 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

Ok, thanks. It works better. But now I have got (same job, but fewer
directories and files):

<-------------------------------------------------------------------
tarExtract: Done: 0 errors, 14956 filesExist, 1876035591 sizeExist, 
1278592730 sizeExistComp, 14960 filesTotal, 1879239134 sizeTotal
Got fatal error during xfer (Tar exited with error 256 () status)
cmdSystemOrEval: about to system /bin/ping -c 1 192.168.0.5
cmdSystemOrEval: finished: got output PING 192.168.0.5 (192.168.0.5) 
56(84) bytes of data.
64 bytes from 192.168.0.5: icmp_seq=1 ttl=64 time=0.121 ms

--- 192.168.0.5 ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 0.121/0.121/0.121/0.000 ms

cmdSystemOrEval: about to system /bin/ping -c 1 192.168.0.5
cmdSystemOrEval: finished: got output PING 192.168.0.5 (192.168.0.5) 
56(84) bytes of data.
64 bytes from 192.168.0.5: icmp_seq=1 ttl=64 time=0.100 ms

--- 192.168.0.5 ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 0.100/0.100/0.100/0.000 ms

CheckHostAlive: returning 0.100
Backup aborted (Tar exited with error 256 () status)
dump failed: Tar exited with error 256 () status
link 192.168.0.5

------------------------------------------------------------------->

It seems to be a problem of "tar", isn't it?


regards,
Thomas



-------------------------------------------------------------------------
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
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/

Reply via email to