backup nextcloud and hedgedoc database using borgmatic

expose database passwords using agenix
install lsof and parted
This commit is contained in:
Pim Kunis 2024-01-06 20:17:45 +01:00
parent fc2da07613
commit 97fc20e251
5 changed files with 30 additions and 8 deletions

View file

@ -71,8 +71,8 @@ in
dataDir = cfg.postgresDir;
authentication = ''
host nextcloud nextcloud all md5
host hedgedoc hedgedoc all md5
host nextcloud nextcloud all md5
host hedgedoc hedgedoc all md5
'';
};
};