Documented that the rsync:// URL syntax is now legal in the destination.
authorWayne Davison <wayned@samba.org>
Thu, 1 Aug 2002 17:55:40 +0000 (17:55 +0000)
committerWayne Davison <wayned@samba.org>
Thu, 1 Aug 2002 17:55:40 +0000 (17:55 +0000)
rsync.yo

index 693ff2ea298ec97fea4c23d3f8e19c352e1f7051..6751ea27f3513111cdad239e7f61118b9bb6da78 100644 (file)
--- a/rsync.yo
+++ b/rsync.yo
@@ -15,6 +15,8 @@ rsync [OPTION]... SRC [SRC]... [USER@]HOST::DEST
 
 rsync [OPTION]... rsync://[USER@]HOST[:PORT]/SRC [DEST]
 
+rsync [OPTION]... SRC [SRC]... rsync://[USER@]HOST[:PORT]/DEST
+
 manpagedescription()
 
 rsync is a program that behaves in much the same way that rcp does,
@@ -63,7 +65,7 @@ itemize(
 
        it() for copying from the local machine to a remote rsync
        server. This is invoked when the destination path contains a ::
-       separator
+       separator or a rsync:// URL.
 
        it() for copying from a remote machine using a remote shell
        program as the transport, using rsync server on the remote
@@ -163,7 +165,7 @@ that:
 
 itemize(
        it() you use a double colon :: instead of a single colon to
-       separate the hostname from the path
+       separate the hostname from the path or a rsync:// URL.
 
        it() the remote server may print a message of the day when you
        connect.