On Sun, Aug 30, 2009 at 02:53:12PM -0400, Mag Gam wrote:
> Instead of copying the whole file, I rather use some sort of pipe.
> thats all

I assume you're using an rsync daemon, otherwise you could just use
"ssh host tail -f file" or similar.  If data is always being appended,
see the --append option for a modern rsync (e.g. at least 3.x) which
will just grab the most recent data and tack it onto the end of the
local copy of the file.

..wayne..
-- 
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Reply via email to