Comment on Would this flow work with Immich & Syncthing to copy images and auto upload and delete?
Mir@programming.dev 8 months agoAlthough, it will try to upload all photos every time
I will use the argument which makes it delete after upload, this way if it wasn’t deleted then it wasn’t uploaded and needs to be uploaded, hopefully the CLI is smart to do so.
I want it to use the folder name as album name, I was hoping that it would do the same for nested folders
Esca@lemmy.one 8 months ago
The --delete flag is already in there so it should empty the camera_backup folder, but the robocopy will copy every single photo back into it the next run.
Mir@programming.dev 8 months ago
Ah yes that just downed on me today, I need to figure out how to only copy new items