This is a bash script that takes and moves the pictures found in a source folder to a destenation folder, checks the names of the files based on the exif data, changes it if neccesary.
For this scipt to work, you need to:
- Copy it to wherever you would like to run it form
- create an .env file to the same folder you have it
- fill the .env file with the following variables:
srcFolder1=/home/your/images srcFolder2=/home/your/images2 destDir=/home/storage/images logfilepath="/home/Crontablogs"
- you need exiftool installed on your system
- you can run the script