feat: person excludes for auto-organize rules, backup & restore system

Add person exclude criteria to Immich auto-organize — assets containing
excluded persons are filtered out after candidate gathering. Also adds
full backup/restore system with export, import, scheduled backups, and
retention management.
This commit is contained in:
2026-04-02 14:13:42 +03:00
parent 6e51164f8e
commit 6b2211353d
13 changed files with 2191 additions and 2 deletions
+1
View File
@@ -20,6 +20,7 @@ dependencies = [
"pydantic-settings>=2.0",
"slowapi>=0.1.9",
"cachetools>=5.3",
"python-multipart>=0.0.9",
]
[project.optional-dependencies]