rsync
Synchronize files and directories locally or over the network.
Syntax
$rsync [OPTIONS] SOURCE DEST
Examples
Examples
$rsync -av /source/ /target/
Examples
$rsync -avz user@host:/remote/path /local/path
Typical use cases
Note
Transfers only changed blocks. Use -a for archive mode and -z for compression.
Export