Created
June 17, 2022 15:42
-
-
Save ciphertxt/2e3b2b4eece326b32706390a101cf2ce to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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