CLI import

I am running Immich on a Windows 10 Desktop version v1.72.2. I am trying to import mu existing library. The command that I am using is docker run -it --rm -v "D:\1\DigitalPhotos:/import" ghcr.io/immich-app/immich-cli:latest upload --key gXXXXXXXXXXXXXX04eNqiBDRtzfTP0 --server http://192.168.50.21:2283/api. This imports the photos in that directory but is NOT recursive. How do a recursive import?
4 Replies
harrisc
harriscOP2y ago
I found this to be I found thus to be recursive "D:\1\DigitalPhotos:/import" ghcr.io/immich-app/immich-cli:latest upload --recursive --key gXXXXXXXXXXXXXX04eNqiBDRtzfTP0 --server http://192.168.50.21:2283/api.
Alex Tran
Alex Tran2y ago
Yeah you need the recursive flag
harrisc
harriscOP2y ago
I have images updated on my Windows machines from other sources. Is is possible for the Immich server automatically check if files have been added and automatically upload them.
Alex Tran
Alex Tran2y ago
Unfortunately not yet

Did you find this page helpful?