From 38be6c13f76e893cf47636257071b440dec0c5b2 Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Sun, 7 Sep 2025 17:32:13 +0200 Subject: initial commit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Robert Günzler --- bundles/immich/metadata.py | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 bundles/immich/metadata.py (limited to 'bundles/immich/metadata.py') diff --git a/bundles/immich/metadata.py b/bundles/immich/metadata.py new file mode 100644 index 0000000..2a0a806 --- /dev/null +++ b/bundles/immich/metadata.py @@ -0,0 +1,17 @@ +defaults = { + # https://immich.app/docs/administration/backup-and-restore/#manual-backup-and-restore + "backup": { + "includes": { + "/var/lib/immich/app/backups", + "/var/lib/immich/app/profile", + "/var/lib/immich/app/upload", + # "/media/hayasui/media/pictures", + } + }, + "containers": { + "immich": {}, + }, + # "metrics": { + # "immich": {}, + # }, +} -- cgit 1.4.1