Skip to content

Instantly share code, notes, and snippets.

@jesperronn
Created May 23, 2012 21:19
Show Gist options
  • Select an option

  • Save jesperronn/2777900 to your computer and use it in GitHub Desktop.

Select an option

Save jesperronn/2777900 to your computer and use it in GitHub Desktop.
rsync iphoto to external disk
#!/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