fix: increase backup async grace time

This commit is contained in:
2023-01-14 06:23:19 +01:00
parent e45bf729e0
commit 709ea7dc15

View File

@@ -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)