On Sat, Mar 27, 2010 at 8:29 AM, Andrei_r20 <andrei.ra...@gmail.com> wrote:

> Which combination of options/output redirection permits to display
> the progress (--progress) at the standard output and ONLY (no file listing)
> the stats (--stats) in a log file? If the stats are also displayed at
> the standard output, it's ok
>

Rsync doesn't separate log data like that, but you could write a script that
would work like that.  You could even use a pty, so that rsync continues to
ouptut using line buffering.  I've attached a simple perl script that does
that.

..wayne..

Attachment: myrsync
Description: Binary data

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