Hello,
I'm doing local backups using tar transfer, with this configuration:
$Conf{TarClientCmd} = '/usr/bin/sudo $tarPath -c -v -f - -C
$shareName --totals';
$Conf{TarClientRestoreCmd} = '/usr/bin/sudo
$tarPath -x -p --numeric-owner --same-owner -v -f - -C $shareName';
$Conf{TarFullArgs} = '$fileList';
$Conf{TarIncrArgs} = '--newer=$incrDate $fileList';
However, near the end of every attempt at a full backup, I get this:
...
pool 775 0/100 57886 windows/g/file1
pool 775 0/100 310005 windows/g/file2
Gesamtzahl geschriebener Bytes: 28282449920 (27GiB, 7,0MiB/s)
create 775 0/100 0 windows/g/folder
pool 775 0/100 157956 windows/g/folder/file1
pool 775 0/100 3054665 windows/g/folder/file2
...
tarExtract: Done: 0 errors, 299590 filesExist, 27869812940 sizeExist,
21092343321 sizeExistComp, 299671 filesTotal, 27981023293 sizeTotal
Got fatal error during xfer (Gesamtzahl geschriebener Bytes: 28282449920
(27GiB, 7,0MiB/s))
Backup aborted (Gesamtzahl geschriebener Bytes: 28282449920 (27GiB, 7,0MiB/s))
Is this a localization issue? Doesn't backuppc understand what tar is saying?
How can I fix this?
Thanks in advance
--
Jörg Rüppel
http://www.sharky-x.de
GPG Fingerprint: A2F5 96A9 5F5E 0D69 044D 4976 F7ED FBA8 811E 0910
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
BackupPC-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/