Kevin DeGraaf wrote:
> Is there a way to tail the XferLOG during an rsync-over-ssh dump?
>
>
>
>   
How about something like:

mkfifo pipe
tail -f --bytes=+0 XferLOG.z > pipe &
BackupPC_zcat pipe

Another option is to run strace against the process writing the files 
and filtering for just open's.

Rich


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:    https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:    http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/

Reply via email to