Norbert writes:

> 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)

I suspect it is the last line.  In lib/BackupPC/Xfer/Tar.pm, try
changing:

    if ( /^Total bytes written: / ) {

to

    if ( /^Total bytes (written|read): / ) {

Craig

-------------------------------------------------------------------------
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