diff options
Diffstat (limited to 'bundles/immich/metadata.py')
| -rw-r--r-- | bundles/immich/metadata.py | 17 |
1 files changed, 17 insertions, 0 deletions
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": {}, + # }, +} |