🌱 Backup Drives using rsync
- Install homebrew
- Install up to date version of rsync
brew install rsync
- Reload shell
- Run backup command
rsync -avh --progress --delete --info=progress /Volumes/Drive1 /Volumes/Drive2
If command errors make sure you are using the right version of rsync (3+)
rsync --version
You may need to adjust the path to use homebrew version of rsync
And then edit /private/etc/paths
to put /usr/local/bin
before /usr/bin