Skip to content

0.20

Compare
Choose a tag to compare
@simulot simulot released this 14 Jul 09:57
· 27 commits to main since this release
9d1650f

Feature: exclude files based on a pattern

Use the -exclude-files=PATTERN to exclude certain files or directories from the upload. Repeat the option for each pattern do you need. The following directories are excluded automatically:

  • @eaDir/
  • @__thumb/
  • SYNOFILE_THUMB_*.*
  • Lightroom Catalog/
  • thumbnails/
  • .DS_Store/

Example, the following command excludes any files in directories called backup or draft and any file with name finishing with "copy)" as PXL_20231006_063121958 (another copy).jpg:

immich-go -sever=xxxxx -key=yyyyy upload -exclude-files=backup/ -exclude-files=draft/ -exclude=copy).*  /path/to/your/files

Fixes:

  • #365 missing associated metadata file isn't correct
  • #299 Real time GUI log only shows 4 lines
  • #370 ui: clearly mention when the upload in completed
  • #232 Exclude based on filename / glob
  • #357 clarify error message when a zip file is corrupted