Update configuration file example to last code

This commit is contained in:
Orsiris de Jong 2023-02-05 17:35:17 +01:00
parent 2dc9b19d18
commit 04381fa6bd

View file

@ -36,7 +36,7 @@ repo:
identity: identity:
# ${HOSTNAME} is a variable containing the hostname as exposed by platform.node() # ${HOSTNAME} is a variable containing the hostname as exposed by platform.node()
# ${RANDOM}[n] is a variable containing 'n' random alphanumeric char # ${RANDOM}[n] is a variable containing 'n' random alphanumeric char
machine_id: ${HOSTNAME}-${RANDOM}[n] machine_id: ${HOSTNAME}-${RANDOM}[4]
machine_group: machine_group:
prometheus: prometheus:
@ -71,7 +71,7 @@ options:
auto_upgrade_server_username: auto_upgrade_server_username:
auto_upgrade_server_password: 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 # 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} # Available variables: ${HOSTNAME}, ${RANDOM}[n], ${MACHINE_ID}, ${MACHINE_GROUP}, ${BACKUP_JOB}
auto_upgrade_host_identity: ${MACHINE_ID} auto_upgrade_host_identity: ${MACHINE_ID}
auto_upgrade_group: ${MACHINE_GROUP} auto_upgrade_group: ${MACHINE_GROUP}