rsync
Installation
SKILL.md
rsync
Efficiently synchronise files and directories locally or over SSH with delta transfer, checksum verification, and fine-grained exclusion control.
Quick Start
- Verify availability:
rsync --version - Dry-run a local sync:
rsync -avn src/ dest/ - Live sync:
rsync -av src/ dest/
Intent Router
references/cheatsheet.md— Common flags, local and remote sync, dry-run, exclusions, and progress outputreferences/advanced-usage.md— Archive mode, checksums, bandwidth limits, partial transfers, hardlinks, and daemon modereferences/troubleshooting.md— Trailing slash pitfalls, SSH key setup, permission errors, and interrupted transfer recovery