mirror of
https://github.com/FAUSheppy/athq-vm-management
synced 2025-12-06 22:01:35 +01:00
fix: increase backup async grace time
This commit is contained in:
@@ -109,7 +109,7 @@ def createBackupScriptStructure(backupList, baseDomain=""):
|
|||||||
|
|
||||||
# async icinga config #
|
# async icinga config #
|
||||||
asyncIcingaConf |= { "backup_{}".format(hostnameBase) :
|
asyncIcingaConf |= { "backup_{}".format(hostnameBase) :
|
||||||
{ "timeout" : "7d", "token" : icingaToken }}
|
{ "timeout" : "30d", "token" : icingaToken }}
|
||||||
|
|
||||||
# write script #
|
# write script #
|
||||||
scriptName = "rsync-backup-{}.sh".format(hostnameBase)
|
scriptName = "rsync-backup-{}.sh".format(hostnameBase)
|
||||||
|
|||||||
Reference in New Issue
Block a user