From: Wayne Davison Date: Sun, 28 Aug 2005 00:25:44 +0000 (+0000) Subject: A small improvement to the daemon-connecting instructions. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/2c64b2582752f48550318008aa5d30182d9b8567 A small improvement to the daemon-connecting instructions. --- diff --git a/rsync.yo b/rsync.yo index a78a27fe..eb01a29b 100644 --- a/rsync.yo +++ b/rsync.yo @@ -186,13 +186,14 @@ that: itemize( it() you either use a double colon :: instead of a single colon to separate the hostname from the path, or you use an rsync:// URL. - it() the first word after the :: is a module name. + it() the first word of the "path" is actually a module name. it() the remote daemon may print a message of the day when you connect. it() if you specify no path name on the remote daemon then the list of accessible paths on the daemon will be shown. it() if you specify no local destination then a listing of the specified files on the remote daemon is provided. + it() you must not specify the bf(--rsh) (bf(-e)) option. ) An example that copies all the files in a remote module named "src":