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

Matt McCutchen matt at mattmccutchen.net
Fri Sep 3 09:14:01 MDT 2010


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



More information about the rsync mailing list