gitea: specify backup time
This commit is contained in:
parent
5bd4a23909
commit
039fa5a930
1 changed files with 5 additions and 1 deletions
|
|
@ -56,7 +56,11 @@ in {
|
|||
other.SHOW_FOOTER_VERSION = false;
|
||||
};
|
||||
|
||||
dump.enable = true;
|
||||
dump = {
|
||||
enable = true;
|
||||
# Borg backup starts at midnight so create dump before
|
||||
interval = "*-*-* 23:40:00";
|
||||
};
|
||||
|
||||
database = {
|
||||
type = "postgres";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue