Skip to content

Instantly share code, notes, and snippets.

@ivarvong
Created August 11, 2010 21:19
Show Gist options
  • Save ivarvong/519796 to your computer and use it in GitHub Desktop.
Save ivarvong/519796 to your computer and use it in GitHub Desktop.
#!/bin/bash
echo "Syncing Stars_Pix to Wind_Backup"
rsync --dry-run --progress -av --exclude=".*/" "/Volumes/Stars_Pix/Pictures/Lightroom Masters 2010/" "/Volumes/Wind_Backup/Pictures/Lightroom Masters 2010/"
echo "Syncing Wind_Backup to Stars_Pix"
rsync --dry-run --progress -av --exclude=".*/" "/Volumes/Wind_Backup/Pictures/Lightroom Masters 2010/" "/Volumes/Stars_Pix/Pictures/Lightroom Masters 2010/"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment