feat(borgmatic): ensure that all sqlite databases are backed up separately from the services they store data for
This commit is contained in:
parent
48b0a2325d
commit
2197490b63
12 changed files with 78 additions and 1 deletions
|
|
@ -15,6 +15,13 @@ in
|
|||
tokenKeyFile = config.age.secrets.kavita.path;
|
||||
};
|
||||
|
||||
borgmatic.settings.sqlite_databases = [
|
||||
{
|
||||
name = "kavita";
|
||||
path = "/srv/kavita/config/kavita.db";
|
||||
}
|
||||
];
|
||||
|
||||
caddy.virtualHosts."kavita.fi33.buzz".extraConfig = ''
|
||||
reverse_proxy localhost:${toString port}
|
||||
tls ${certloc}/cert.pem ${certloc}/key.pem {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue