X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/2acf81eb004292893a86b9e2cfa7f2ab4fcc2fb6..946347b8ffe8336590898f8c4762ac982cd92f17:/rsync.yo diff --git a/rsync.yo b/rsync.yo index 7e2e4738..9dbc5442 100644 --- a/rsync.yo +++ b/rsync.yo @@ -13,7 +13,7 @@ rsync [options] [user@]host::module[/path] path rsync [options] path [user@]host::module[/path] -rsync [options] rsync://host[:port]/module/path path +rsync [options] rsync://[user@]host[:port]/module/path path manpagedescription() @@ -59,8 +59,7 @@ itemize( it() for copying from a remote rsync server to the local machine. This is invoked when the source path contains a :: - separator. You can also use a rsync:// URL if no username - is required. + separator or a rsync:// URL. it() for copying from the local machine to a remote rsync server. This is invoked when the destination path contains a :: @@ -208,7 +207,7 @@ Usage: rsync [OPTION]... SRC [USER@]HOST:DEST or rsync [OPTION]... SRC DEST or rsync [OPTION]... [USER@]HOST::SRC DEST or rsync [OPTION]... SRC [USER@]HOST::DEST - or rsync [OPTION]... rsync://HOST[:PORT]/SRC DEST + or rsync [OPTION]... rsync://[USER@]HOST[:PORT]/SRC DEST Options -v, --verbose increase verbosity