Created
August 11, 2010 21:19
-
-
Save ivarvong/519796 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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