Skip to content

Instantly share code, notes, and snippets.

@namzo
Last active September 27, 2024 11:32
Show Gist options
  • Save namzo/a44ff70030f743eee1d9d337c20083f1 to your computer and use it in GitHub Desktop.
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
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