increase backup schedules
This commit is contained in:
parent
3888d4fdba
commit
06325deb4d
|
@ -4,15 +4,15 @@ rec {
|
|||
in {
|
||||
low = {
|
||||
inherit OnStartupSec;
|
||||
OnUnitActiveSec = "108h";
|
||||
OnUnitActiveSec = "48h";
|
||||
};
|
||||
medium = {
|
||||
inherit OnStartupSec;
|
||||
OnUnitActiveSec = "96h";
|
||||
OnUnitActiveSec = "24h";
|
||||
};
|
||||
high = {
|
||||
inherit OnStartupSec;
|
||||
OnUnitActiveSec = "48h";
|
||||
OnUnitActiveSec = "12h";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue