feat(servers): add automatic backups using restic.
This commit is contained in:
parent
1eab73b20a
commit
e6d21b8850
13 changed files with 74 additions and 2 deletions
|
@ -30,4 +30,9 @@
|
|||
entrypoints = "websecure";
|
||||
};
|
||||
};
|
||||
|
||||
services.restic.backups = {
|
||||
local.paths = ["/var/lib/wallabag"];
|
||||
server.paths = ["/var/lib/wallabag"];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue