janeway: move postgres abckup

This commit is contained in:
Felix Albrigtsen 2023-12-18 22:29:55 +01:00
parent f11685cf3c
commit 6f67341fdf
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
services.postgresqlBackup = {
enable = true;
location = "/backup/postgresql/";
location = "/data/backup/postgresql/";
startAt = "*-*-* 03:15:00";
backupAll = true;
};