I installed BackupPC 2.1.2-5 on an Ubuntu 6.10 server system for local 
backups.  The only tailoring I needed to do was:
* defined the directories to be backed up
* modified $Conf{TarClientCmd} = '/usr/bin/sudo $tarPath -c -v -f - -C 
$shareName+'
                        . ' --totals';
* added $Conf{TarClientRestoreCmd} = '/usr/bin/sudo $tarPath -x -v -f - -C 
$shareName+'
                        . ' --totals';

Full and incremental backups appear to be working fine.  I can 
successfully restore files, except BackupPC reports '#xferErrs=1". 
Restore# 
Result 
Start Date
Dur/mins
#files 
MB 
#tar errs 
#xferErrs 
5 
success 
1/20 14:52 
0.0 
13 
10.6 
0 
1 

Error log contains no indication of any problems. 
Contents of file /var/lib/backuppc/pc/localhost/RestoreLOG.5, modified 
2007-01-20 14:52:11 (Extracting only Errors) 
Running: /usr/bin/sudo /bin/tar -x -v -f - -C /home --totals
Running: /usr/share/backuppc/bin/BackupPC_tarCreate -h localhost -n 9 -s 
/home -t -r /user -p /user2/ /user
Xfer PIDs are now 6128,6129
tarCreate: Done: 13 files, 11138482 bytes, 2 dirs, 0 specials, 0 errors
Total bytes read: 11151360 (11MiB, 7.9MiB/s)

So far, I have not found which part of the code thinks there is an error 
in the restore.

Although a minor problem, any suggestions for getting ride of this issue 
would be appreciated! 
        Thanks, Norbert
-------------------------------------------------------------------------
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
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/

Reply via email to