Use hostname with FQDN as a default name for host
This commit is contained in:
parent
998687fdbe
commit
bc0a204ccc
1 changed files with 1 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
|||
BACKUP_HOSTNAME="backuphost.example.org"
|
||||
BACKUP_HOSTNAME=$(hostname -f)
|
||||
BACKUP_DIR="/"
|
||||
# HEALTHCHECK_URL="<URL from https://healthchecks.io/checks/ to notify>"
|
||||
|
|
Loading…
Reference in a new issue