>_ linuxcommand.dev
Startseite rsync
File Operations

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
Synchronize files
Create backups
Network transfers
Note Transfers only changed blocks. Use -a for archive mode and -z for compression.
Export