1
0
Fork 0

add(paperless): enable restic backup of /data

We also disabled immich for now, since the version is currently
incompatible to migrate from my docker services.
This commit is contained in:
Philipp 2025-06-20 15:46:13 +02:00
parent a9ec420b9e
commit 0377154a3c
Signed by: Philipp
GPG key ID: 9EBD8439AFBAB750
3 changed files with 83 additions and 2 deletions

View file

@ -36,7 +36,8 @@ in
repositoryFile = "/run/secrets/restic_url";
paths = [
"/home"
"/var/lib/caddy"
"/var/lib"
"/data"
];
timerConfig = {
OnCalendar = "00:10";