Skip to content

Instantly share code, notes, and snippets.

@hitorilabs
Last active September 5, 2023 11:33
Show Gist options
  • Save hitorilabs/70ea4ad80a4eb98f097641ab5429e96b to your computer and use it in GitHub Desktop.
Save hitorilabs/70ea4ad80a4eb98f097641ab5429e96b to your computer and use it in GitHub Desktop.
Export Apple Photos

Never actually knew where my memes were being saved when I do "Add to Photos", so dropping this script for reference.

I have a 24TB zfs pool to sync everything into, so I'll probably backup and wipe the images every so often.

rsync -avP /Users/<user>/Pictures/Photos\ Library.photoslibrary/originals/**/*.jpeg /path/to/destination
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment