log remote

Wayne Davison wayned at samba.org
Wed Aug 24 16:45:09 GMT 2005


On Tue, Aug 23, 2005 at 01:34:38PM +0200, Judith Flo wrote:
> Is there any way to log the output of rsync when running through ssh?

Your only choices are (1) to capture the output of --verbose or
--log-format to a file (on the client side) and send that to the server,
or (2) use the daemon-over-ssh option to run a single-use "daemon"
process remotely (just put an rsyncd.conf file in the user's home dir
and set it up with the logging options you need, and then switch over to
using "rsync -av -e ssh host::module/path ..." syntax).

..wayne..


More information about the rsync mailing list