From 2c64b2582752f48550318008aa5d30182d9b8567 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Sun, 28 Aug 2005 00:25:44 +0000 Subject: [PATCH] A small improvement to the daemon-connecting instructions. --- rsync.yo | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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": -- 2.34.1