feat(servers): add automatic backups using restic.

This commit is contained in:
CronyAkatsuki 2025-06-24 18:07:43 +02:00
parent 1eab73b20a
commit e6d21b8850
13 changed files with 74 additions and 2 deletions

View file

@ -30,4 +30,9 @@
entrypoints = "websecure";
};
};
services.restic.backups = {
local.paths = ["/var/lib/wallabag"];
server.paths = ["/var/lib/wallabag"];
};
}