Skip to content

Instantly share code, notes, and snippets.

@iSevenDays
Created February 1, 2020 23:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iSevenDays/8227aca72ac65a7014a028fbdf069c4c to your computer and use it in GitHub Desktop.
Save iSevenDays/8227aca72ac65a7014a028fbdf069c4c to your computer and use it in GitHub Desktop.
Exclude thumbnail images folder inside apple photo library for Backup and Sync for Google Photos
Workaround thumbnail images, metadata junk photos from apple photo library.
Tested on mac os mojave
You cannot move Masters out of the library using symlinks, BUT you can have symlinks INSIDE the .photolibrary?
What's the idea? We will have .photolibrary INSIDE .photolibrary
The folder structure
main.photolibrary
---Masters SYMLINKS to the child.photolibrary Masters folder
---resources
---child.photolibrary
------Masters
go to main.photolibrary and open terminal
cd main.photolibrary
rm child.photolibrary/Masters
mv main.photolibrary child.photolibrary/Masters
ln -s child.photolibrary/Masters Masters
Please be careful and always have a backup files.
DONE. Enjoy!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment