Befehlsreferenz - Rsync
Synopsis:
rsync [OPTION]... SRC [SRC]... [USER@]HOST:DEST
rsync [OPTION]... [USER@]HOST:SRC DEST
rsync [OPTION]... SRC [SRC]... DEST
rsync [OPTION]... [USER@]HOST::SRC [DEST]
rsync [OPTION]... SRC [SRC]... [USER@]HOST::DEST
rsync [OPTION]... rsync://[USER@]HOST[:PORT]/SRC [DEST]
rsync [OPTION]... SRC [SRC]... rsync://[USER@]HOST[:PORT]/DEST
Options:
| -a | archive mode; same as -rlptgoD (no -H) |
| -v | increase verbosity |
| -z | compress file data during the transfer |
| -e | specify the remote shell to use |
| --delete | delete files that don't exist on sender |
| --numeric-ids | don't map uid/gid values by user/group name |
| -r | recurse into directories |
| -l | copy symlinks as symlinks |
| -p | preserve permissions |
| -t | preserve times |
| -g | preserve group |
| -o | preserve owner (root only) |
| -D | preserve devices (root only) |
| -H | preserve hard links |
