Displaying 1 result from an estimated 1 matches for "msg04728".
2005 Sep 14
1
How to do server-side logging with rsync running through a SSH tunnel?
...cks if the command is valid (and also if it points inside 
somewhere allowed)
and at its end issues:
 rsync --config=/home/igor/rsyncd.conf --daemon --server --sender -vr . 
./somefolder/somewhere
 Unfortunately, from what I saw in an old message
(http://www.mail-archive.com/rsync@lists.samba.org/msg04728.html)
in the archive, "rsync --daemon and ssh do not currently work together 
at all".
 The script works, but the config file seems to be ignored: there is a 
log file definition inside it
and no logging takes place when I run the rsync command in the clients 
(the process works
and the...