Last active
September 27, 2024 11:32
-
-
Save namzo/a44ff70030f743eee1d9d337c20083f1 to your computer and use it in GitHub Desktop.
ExifTool - Copy photos from SD Card without importing files that exist in destination
This file contains 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
exiftool -o . -d ~/Pictures/Camera\ Photos/%Y/%m-%b/%Y-%m-%d/ "-directory<filemodifydate" "-directory<createdate" "-directory<datetimeoriginal" -r -if '!$originalfilename' /Volumes/Untitled |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment