BackupPC-users

Re: [BackupPC-users] Tailing the XferLOG

2008-11-07 17:52:04
Subject: Re: [BackupPC-users] Tailing the XferLOG
From: Rich Rauenzahn <rich AT shroop DOT net>
To: "General list for user discussion, questions and support" <backuppc-users AT lists.sourceforge DOT net>
Date: Fri, 07 Nov 2008 14:30:13 -0800
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 AT lists.sourceforge DOT net
List:    https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:    http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/

<Prev in Thread] Current Thread [Next in Thread>