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

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