feat(borgmatic): ensure that all sqlite databases are backed up separately from the services they store data for

This commit is contained in:
wi11-holdsworth 2026-01-15 15:38:54 +11:00
parent 48b0a2325d
commit 2197490b63
12 changed files with 78 additions and 1 deletions

View file

@ -10,6 +10,13 @@ in
group = "srv";
};
borgmatic.settings.sqlite_databases = [
{
name = "jellyfin";
path = "/srv/jellyfin/data/jellyfin.db";
}
];
caddy.virtualHosts."jellyfin.fi33.buzz".extraConfig = ''
reverse_proxy localhost:${toString port}
tls ${certloc}/cert.pem ${certloc}/key.pem {