forgejo: Reduce backup interval to twice per day
This commit is contained in:
parent
db9e19eff0
commit
28f24e94c3
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ in
|
||||||
|
|
||||||
dump = {
|
dump = {
|
||||||
enable = true;
|
enable = true;
|
||||||
interval = "*-*-* 2,6,10,14,18,22:00:00";
|
interval = "*-*-* 2,14:00:00";
|
||||||
type = "tar.zst";
|
type = "tar.zst";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue