change backup schedule

This commit is contained in:
chaos 2024-07-17 20:18:39 +01:00
parent bc0c2944c5
commit 37e39e32ab
No known key found for this signature in database

View file

@ -22,7 +22,7 @@ rec {
}; };
remoteBackups = { remoteBackups = {
OnStartupSec = "30m"; # Should give enough time for all to sync current data OnStartupSec = "1h";
OnUnitActiveSec = "1h20m"; # Should give enough time to make small incremental syncs OnUnitActiveSec = "48h";
}; };
} }