increase backup schedules

This commit is contained in:
chaos 2024-11-20 20:19:08 +00:00
parent 3888d4fdba
commit 06325deb4d

View file

@ -4,15 +4,15 @@ rec {
in { in {
low = { low = {
inherit OnStartupSec; inherit OnStartupSec;
OnUnitActiveSec = "108h"; OnUnitActiveSec = "48h";
}; };
medium = { medium = {
inherit OnStartupSec; inherit OnStartupSec;
OnUnitActiveSec = "96h"; OnUnitActiveSec = "24h";
}; };
high = { high = {
inherit OnStartupSec; inherit OnStartupSec;
OnUnitActiveSec = "48h"; OnUnitActiveSec = "12h";
}; };
}; };