User Tools

Site Tools


config:immich

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

config:immich [2026/04/30 16:59] – created Wuffconfig:immich [2026/04/30 17:11] (current) Wuff
Line 114: Line 114:
 <code> <code>
 # Optimize for slow/unstable connection # Optimize for slow/unstable connection
-immich-go upload from-folder --server=http://localhost:2283 --api-key=your-api-key \+./immich-go upload from-folder --server=http://localhost:2283 --api-key=your-api-key \
   --concurrent-tasks=1 --client-timeout=120m --on-errors=continue \   --concurrent-tasks=1 --client-timeout=120m --on-errors=continue \
   --manage-raw-jpeg=StackCoverRaw --manage-burst=Stack \   --manage-raw-jpeg=StackCoverRaw --manage-burst=Stack \
-  --ban-file immich/ 
   /path-to-photos   /path-to-photos
 +</code>
 +
 +Sensible defaults, use folder names as album title, stack burst and raw/jpg sets and exclude immich folder (as it is in the /media/images folder in this example):
 +<code>
 +./immich-go upload from-folder --server=http://localhost:2283 --api-key=your-api-key \
 +  --concurrent-tasks=4 --client-timeout=60m --on-errors=continue \
 +  --manage-raw-jpeg=StackCoverRaw --manage-burst=Stack  --client-timeout=60m \
 +  --pause-immich-jobs=true --folder-as-album=FOLDER --session-tag \
 +  --ban-file 'immich/' \
 +  /media/images
 </code> </code>
  
config/immich.1777564782.txt.gz · Last modified: by Wuff