On 1/29/07, Alexandros Papadopoulos <[EMAIL PROTECTED]> 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
--
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Reply via email to