On Fri, 2010-09-03 at 17:05 +0200, Hans Troost wrote:
> and indeed - although I specified rsync -vvv (most verbose output) - rsync 
> "silently ignores chmod(2) calls" with emphasis on "silently":
> 
> 2010/09/03 16:45:49 [7882] send_files(15, 
> /home/hans/rsync-files/rsync-test/New Folder)
> 2010/09/03 16:45:49 [7882] cd+++++++++ send 
> home/hans/rsync-files/rsync-test/New Folder
> 2010/09/03 16:45:49 [7882] set modtime of rsync-test/New Folder to 
> (1283525117) Fri Sep  3 16:45:17 2010
> 2010/09/03 16:45:49 [7882] delete_in_dir(rsync-test/New Folder)

Rsync is calling chmod, there just isn't a log message for it even on
high verbosity.  Run rsync under strace if you want to see all the
system calls it is making.

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