<div class="gmail_quote">On Sat, Mar 27, 2010 at 8:29 AM, Andrei_r20 <span dir="ltr">&lt;<a href="mailto:andrei.rakov@gmail.com">andrei.rakov@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
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&#39;s ok<br>
</blockquote><div><br></div><div>Rsync doesn&#39;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&#39;ve attached a simple perl script that does that.</div>
<div><br></div></div>..wayne..<br>