Updated: 01 June 2026
Notes:
- Kick-starter
rsyncscript https://github.com/ChrisTaylorDeveloper/rsync-ready - Understanding rsync –itemize-changes
Sync the contents of source into destination
rsync -av --itemize-changes ./source/ /destination
Sync contents of a remote source into destination
rsync -av sammy@our_remote:./source/ /destination