rsync
rsync
help
rsync [options] source destination
Options:
-a, --archive archive mode; preserve modification times, ownership, and permissions.
-r, --recursive recurse into directories.
-l, --links copy symbolic links as links.
-v, --verbose increase verbosity.
-z, --compress compress files during transfer.
-c, --checksum calculate checksums (used to detect data corruption).
-i, --itemize-changes list only changed files.
-n, --dry-run do a trial run with no changes made.
-q, --quiet suppress non-error messages.
-e, --rsh=command specify the rsync remote shell command.
--stats print a summary of the transfer.
-h, --help show this help message.
-V, --version print version information.
For more information, see the rsync man page.my help
Last updated