I'm trying to figure out how to capture the rsync command and all it's options on the server side.
I see how I can do logging server side with something like: --rsync-path="rsync --log-file=rsync.log" but I want to capture the command and all I'm getting server side is the typical log output. Is there a command/option switch that will cause rsync to spit this out along with the logging?
-- 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