Skip to content

Instantly share code, notes, and snippets.

@sulram
Created March 18, 2016 00:30
Show Gist options
  • Save sulram/418d089a13d6a4a1eb8d to your computer and use it in GitHub Desktop.
Save sulram/418d089a13d6a4a1eb8d to your computer and use it in GitHub Desktop.
# to run, write ./backup_photos.sh
rsync -avE -delete ~/Pictures/@MobilePhotos/ "/Volumes/SAMSUNG_MAC/ALBUM/@MobilePhotos"
rsync -avE -delete ~/Movies/@MobileVideos/ "/Volumes/SAMSUNG_MAC/ALBUM/@MobileVideos"
rsync -avE -delete ~/Movies/360/ "/Volumes/SAMSUNG_MAC/ALBUM/360"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment