Minimize log file: get rid of ".d...p..... send"

Matt McCutchen matt at mattmccutchen.net
Fri Sep 3 11:34:22 MDT 2010


On Fri, 2010-09-03 at 18:18 +0200, Hans Troost wrote:
> Took a while to get out that I didn't have strace, installed and learned it 
> a bit.
> 
> !!! Even with strace I do not get a "chmod" call shown. !!!

> strace -o /home/hans/strace.log -s 80 rsync [...]

That is just tracing the first rsync process, which is the sender.  The
chmod calls would be in the generator or the receiver, which are forked
by the sender for a local run.  Use the -f option to strace to trace all
three processes.

-- 
Matt



More information about the rsync mailing list