Backup /mnt/hd/roam directory with restic
All checks were successful
/ test (push) Successful in -45s

This commit is contained in:
Andrea Ciceri 2025-05-24 10:12:20 +02:00
parent 7188dbf665
commit 81da82c1fb
No known key found for this signature in database

View file

@ -42,6 +42,7 @@ in
"/persist"
"/mnt/hd/immich"
"/mnt/hd/paperless"
"/mnt/hd/roam"
];
exclude = [ " /persist/var/lib/containers" ];
passwordFile = config.age.secrets.SISKO_RESTIC_PASSWORD.path;