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 {
low = {
inherit OnStartupSec;
OnUnitActiveSec = "108h";
OnUnitActiveSec = "48h";
};
medium = {
inherit OnStartupSec;
OnUnitActiveSec = "96h";
OnUnitActiveSec = "24h";
};
high = {
inherit OnStartupSec;
OnUnitActiveSec = "48h";
OnUnitActiveSec = "12h";
};
};