On Fri, Nov 07, 2008 at 02:30:13PM -0800, Rich Rauenzahn wrote:
>
> 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
Well my problem is that X
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.
Is there a way to tail the XferLOG during an rsync-over-ssh dump?
BackupPC_zcat doesn't appear to work on standard input/output, and I
don't see any way of disabling compression on the XferLOG without
disabling pool compression as well.
Thanks.
--
Kevin DeGraaf
--