Commit ddf8c2b0 authored by Wayne Davison's avatar Wayne Davison

Improvements suggested by Matt's improved manpage.

parent 44ae628c
mailto(rsync-bugs@samba.org)
manpage(rsync)(1)(11 Oct 2007)()()
manpagename(rsync)(faster, flexible replacement for rcp)
manpagename(rsync)(a fast, versatile, remote (and local) file-copying tool)
manpagesynopsis()
rsync [OPTION]... SRC [SRC]... DEST
verb(Local: rsync [OPTION...] SRC... [DEST]
rsync [OPTION]... SRC [SRC]... [USER@]HOST:DEST
Transfer via remote shell:
Pull: rsync [OPTION...] [USER@]HOST:SRC... [DEST]
Push: rsync [OPTION...] SRC... [USER@]HOST:DEST
rsync [OPTION]... SRC [SRC]... [USER@]HOST::DEST
Transfer via rsync daemon:
Pull: rsync [OPTION...] [USER@]HOST::SRC... [DEST]
rsync [OPTION...] rsync://[USER@]HOST[:PORT]/SRC... [DEST]
Push: rsync [OPTION...] SRC... [USER@]HOST::DEST
rsync [OPTION...] SRC... rsync://[USER@]HOST[:PORT]/DEST)
rsync [OPTION]... SRC [SRC]... rsync://[USER@]HOST[:PORT]/DEST
rsync [OPTION]... SRC
rsync [OPTION]... [USER@]HOST:SRC [DEST]
rsync [OPTION]... [USER@]HOST::SRC [DEST]
rsync [OPTION]... rsync://[USER@]HOST[:PORT]/SRC [DEST]
Usages without a DEST list the source files instead of copying.
manpagedescription()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment