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
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.
Yeah you need the recursive flag
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.
Unfortunately not yet