set postgresql backup to hourly
This commit is contained in:
parent
47844f306f
commit
bf13844ac2
1 changed files with 4 additions and 1 deletions
|
@ -19,5 +19,8 @@
|
|||
host all all 172.18.0.0/16 trust
|
||||
'';
|
||||
};
|
||||
services.postgresqlBackup.enable = true;
|
||||
services.postgresqlBackup = {
|
||||
enable = true;
|
||||
startAt = "hourly";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue