feat: utilise borgmatic to back up several services

/srv folder
immich database
miniflux database
paperless database
syncthing database
This commit is contained in:
wi11-holdsworth 2025-10-01 00:18:48 +10:00
parent 3a679356ad
commit 649f6d048b
5 changed files with 44 additions and 28 deletions

View file

@ -20,6 +20,18 @@ in
};
};
# database backup
borgmatic.settings = {
postgresql_databases = [
{
name = "miniflux";
hostname = "localhost";
username = "root";
password = "{credential systemd borgmatic-pg}";
}
];
};
# reverse proxy
nginx = {
virtualHosts."${feature}.fi33.buzz" = {