From 8d69d57113c7dccefa50638f3cb91d6a6a208e5f Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Thu, 1 Aug 2002 17:55:40 +0000 Subject: [PATCH] Documented that the rsync:// URL syntax is now legal in the destination. --- rsync.yo | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/rsync.yo b/rsync.yo index 693ff2ea..6751ea27 100644 --- 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. -- 2.34.1