change backup schedule
This commit is contained in:
parent
bc0c2944c5
commit
37e39e32ab
|
@ -22,7 +22,7 @@ rec {
|
|||
};
|
||||
|
||||
remoteBackups = {
|
||||
OnStartupSec = "30m"; # Should give enough time for all to sync current data
|
||||
OnUnitActiveSec = "1h20m"; # Should give enough time to make small incremental syncs
|
||||
OnStartupSec = "1h";
|
||||
OnUnitActiveSec = "48h";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue