Hello,
is it possible to only move (or copy i think with -o) all images from a directory to an other directory when this directory (traget) exist ?
is it possible with an usb at the root to an other usb ?
Thanks
Yes. Many people use exiftool to import photos from a memory card. The target directory doesn't need to exist -- exiftool will create it if necessary. This is useful because ExifTool allows you to define the target file and/or directory name based on the meta information in each image.
- Phil
Thanks, Phil, could you give an example ? my script is also false...
There are many examples here (https://exiftool.org/exiftool_pod.html#renaming_examples) and here (https://exiftool.org/filename.html). Just remember to add -o dummy/ if you aren't already using the -o option and you want to copy the files instead of move them.
- Phil
Thanks