feat(servers): add backups to services that I forgot to backup.

This commit is contained in:
CronyAkatsuki 2026-01-16 17:15:17 +01:00
parent ab2ee3760b
commit faf8dcb38f
7 changed files with 35 additions and 0 deletions

View file

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

View file

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