Created
May 23, 2012 21:19
-
-
Save jesperronn/2777900 to your computer and use it in GitHub Desktop.
rsync iphoto to external disk
This file contains hidden or 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 | |
| #prerequisite: Mount the drive (i just click the drive in my Finder, since it's a TimeCapsule drive | |
| cd "/Volumes/multimedia backups" && | |
| rsync -vaz --delete-after ~/Pictures/iPhoto\ Library . |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment