Skip to content

Instantly share code, notes, and snippets.

@ciphertxt
Created June 17, 2022 15:42
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 ciphertxt/2e3b2b4eece326b32706390a101cf2ce to your computer and use it in GitHub Desktop.
Save ciphertxt/2e3b2b4eece326b32706390a101cf2ce to your computer and use it in GitHub Desktop.
# Sync parent folder and subfolders recursively
rsync -avP Takeout/Google\ Photos/ /Volumes/Multimedia/Pictures/Google\ Photos
# Exclude json files and consolidate into a flat folder
rsync -avP --exclude='*.json' Takeout/Google\ Photos/*/ organize/datefix
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment