From 04381fa6bdd675add992a399a4efb4c32bd3fbdf Mon Sep 17 00:00:00 2001 From: Orsiris de Jong Date: Sun, 5 Feb 2023 17:35:17 +0100 Subject: [PATCH] Update configuration file example to last code --- examples/npbackup.conf.dist | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/npbackup.conf.dist b/examples/npbackup.conf.dist index 47223ff..c401897 100644 --- a/examples/npbackup.conf.dist +++ b/examples/npbackup.conf.dist @@ -36,7 +36,7 @@ repo: identity: # ${HOSTNAME} is a variable containing the hostname as exposed by platform.node() # ${RANDOM}[n] is a variable containing 'n' random alphanumeric char - machine_id: ${HOSTNAME}-${RANDOM}[n] + machine_id: ${HOSTNAME}-${RANDOM}[4] machine_group: prometheus: @@ -71,7 +71,7 @@ options: auto_upgrade_server_username: auto_upgrade_server_password: # every 10 NPBackup runs, we'll try an autoupgrade. Never set this lower than 2 since failed upgrades will prevent backups from succeeding - interval: 10 + auto_upgrade_interval: 10 # Available variables: ${HOSTNAME}, ${RANDOM}[n], ${MACHINE_ID}, ${MACHINE_GROUP}, ${BACKUP_JOB} auto_upgrade_host_identity: ${MACHINE_ID} auto_upgrade_group: ${MACHINE_GROUP}