From 257a3276561fe2a07f1098f1d052818396a81f51 Mon Sep 17 00:00:00 2001 From: Dmitri Popov Date: Tue, 30 Jan 2018 19:09:24 +0100 Subject: [PATCH] Fix -ext --- backup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup.sh b/backup.sh index 8fcaa28..2c38041 100755 --- a/backup.sh +++ b/backup.sh @@ -82,7 +82,7 @@ rsync -av --exclude "*.id" $CARD_MOUNT_POINT/ $BACKUP_PATH # Geotag photos if the reference photo exists if [ -f "$STORAGE_MOUNT_POINT/$GEO_REF" ]; then cd $STORAGE_MOUNT_POINT - exiftool −overwrite_original_in_place -r -tagsFromFile $GEO_REF -gps:all -ext=JPG . + exiftool −overwrite_original_in_place -r -ext jpg -tagsFromFile $GEO_REF -gps:all . fi # Turn off the ACT LED to indicate that the backup is completed