🌱 Backup Drives using rsync

Source
  1. Install homebrew
  2. Install up to date version of rsync brew install rsync
  3. Reload shell
  4. 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

Made by Brandon . If you find this project useful you can donate.