-
-
Notifications
You must be signed in to change notification settings - Fork 191
Description
On linux mint 22.1, built from source at this commit: commit 20cd89fd13b262f4a265c2b860f83efd870c11f2 (HEAD -> main, origin/main, origin/HEAD)
I'm using this upload command:
user@pc-ws-linux:~/immich-go$ ./immich-go upload from-folder --concurrent-uploads 10 --into-album "my_album" --server=http://127.0.0.1:2283 --api-key="00api_key00" --overwrite "/path/to/image/files/test"
and then when the software runs, it says:
│2025-10-18 18:49:45 INF server has same asset file=test:2012-10-imagefile_33h383h50ddd.jpg reason=An asset with the same name:"2012-10-imagefile_33h383h50ddd.jpg", date:"2025-10-17 16:23:45" and size:59.0 KB exists on the server. No need to upload.
I tried moving the --overwrite flag into a few different positions but it was never respected.
I was wanting to overwrite the files because I saw Immich-go can use the date from the filename to set the date of the image whereas it doesn't get set if uploading over the immich webui
Even after running the files through "touch" to change the modification times, they were still skipped