>_ linuxcommand.dev
Startseite rsync
File management

rsync

Efficiently synchronizes files and directories across local or remote systems.

Ubuntu CentOS Debian Arch SUSE Slackware Alpine Fedora macOS FreeBSD NetBSD OpenBSD
Verified: 2025-09-22
Syntax
$rsync [OPTIONEN] QUELLE ZIEL
Examples
$rsync -av /quelle/ /ziel/
$rsync -avz user@host:/remote/path /local/path
Typical use cases
?
Standard usage
rsync --help
Note Efficient for backups and synchronization. Supports SSH for secure transfers.
Export