On Jul 31, 2007, at 2:50 PM, James G. Sack (jim) wrote:
From asimple test I have just done, it appears that rsync does NOT use daemonmode when using ssh transport, so my guess is that rsyncd.conf has no effect (assuming -essh).
This is not entirely correct. When using rsync via SSH, you actually instantiate a single rsync server process that's bound to the I/O of the SSH connection. To demonstrate, start an rsync that will take a while, then log in to the remote server and look at the rsync process, specifically its full command line. You'll see something like:
rsync --server --sender -vlogDtpr <blah> <blah> So, in theory, the config file would still take effect. Gregory -- Gregory K. Ruiz-Ade <[EMAIL PROTECTED]> OpenPGP Key ID: EAF4844B keyserver: pgpkeys.mit.edu
PGP.sig
Description: This is a digitally signed message part
-- [email protected] http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-list
