|
From: Craig B. <cr...@at...> - 2002-10-16 04:31:19
|
> Running: /usr/bin/ssh -q -n -l root timdo1.amsnet.com /bin/tar -c -v -i = > -b20 -f - -C / --totals --exclude=3D./temp ./var/state Aha! You added a -b20 option to tar, increasing the blocking factor to 20. This will likely confuse BackupPC_tarExtract, which assumes the default of 10. Please try it again without the -b20. Craig |