| # localrsync [OPTION]... SRC [SRC]... DEST
 
 # remote
 rsync [OPTION]... SRC [SRC]... [USER@]HOST:DEST
 rsync [OPTION]... SRC [SRC]... [USER@]HOST::DEST
 rsync [OPTION]... SRC [SRC]... rsync://[USER@]HOST[:PORT]/DEST
 rsync [OPTION]... [USER@]HOST:SRC [DEST]
 rsync [OPTION]... [USER@]HOST::SRC [DEST]
 rsync [OPTION]... rsync://[USER@]HOST[:PORT]/SRC [DEST]
 
 |