rsync
Verified for current stable LTS
Rsync Commands
Rsync command syntax with verified terminal examples.
Commands
8 commands for Rsync
rsync Archive
Rsync Command: Archive Mode Update Skip Newer
rsync -auL <path/to/source> <path/to/destination> rsync Operations
Rsync Command: Recursive Copy With Disk Commit
rsync -r --fsync <path/to/source> <path/to/destination> rsync Operations
Rsync Command: Transfer Directory Contents
rsync -r <path/to/source>/ <path/to/destination> rsync Operations
Rsync Command: Transfer Directory Remote With Delete
rsync -r --delete rsync://<host>:<path/to/source> <path/to/destination> rsync Archive
Rsync Command: Transfer File Archive Mode
rsync -a <path/to/source> <path/to/destination> rsync Operations
Rsync Command: Transfer File Basic
rsync <path/to/source> <path/to/destination> rsync Operations
Rsync Command: Transfer File Compress Verbose
rsync -zvhP <path/to/source> <path/to/destination> rsync Operations
Rsync Command: Transfer File Ssh Different Port
rsync -e 'ssh -p <port>' --info=progress2 <host>:<path/to/source> <path/to/destination> Suggest a Rsync Command
Submit missing workflows, corrections, or verified alternatives for this tool.
FAQ
Coverage: Focused examples for common Rsync workflows.
Verified version: current stable LTS.
Verification: Test commands in a disposable workspace and submit notes for edge cases.