Timeout, server not responding

Matt McCutchen hashproduct+rsync at gmail.com
Mon Jan 29 21:48:22 GMT 2007


On 1/29/07, Alexandros Papadopoulos <apapadop at alumni.cmu.edu> wrote:
> Wait a minute, can one use ssh at the transport and still connect to an rsync
> daemon module?

Yes indeed!  Rsync logs into the remote machine and executes a remote
rsync process as in plain rsync over SSH, except it tells the remote
process to run as a single-use daemon instead a server, using an
rsyncd.conf on the remote machine.  The daemon handles the client's
request using the daemon protocol over the SSH connection and exits
when the session is finished.  See "USING RSYNC-DAEMON FEATURES VIA A
REMOTE-SHELL CONNECTION" in the man page.

Matt


More information about the rsync mailing list