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:
parent
a9ec420b9e
commit
0377154a3c
3 changed files with 83 additions and 2 deletions
|
@ -36,7 +36,8 @@ in
|
|||
repositoryFile = "/run/secrets/restic_url";
|
||||
paths = [
|
||||
"/home"
|
||||
"/var/lib/caddy"
|
||||
"/var/lib"
|
||||
"/data"
|
||||
];
|
||||
timerConfig = {
|
||||
OnCalendar = "00:10";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue