Use hostname with FQDN as a default name for host

This commit is contained in:
Ludovic 2017-11-03 10:07:29 +01:00 committed by GitHub
parent 998687fdbe
commit bc0a204ccc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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