mirror of
https://git.feal.no/felixalb/nixos-config.git
synced 2025-11-08 08:16:23 +01:00
janeway: move postgres abckup
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
|
||||
services.postgresqlBackup = {
|
||||
enable = true;
|
||||
location = "/backup/postgresql/";
|
||||
location = "/data/backup/postgresql/";
|
||||
startAt = "*-*-* 03:15:00";
|
||||
backupAll = true;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user