Merge pull request #11 from ldvc/patch-1
Use hostname with FQDN as a default name for host
This commit is contained in:
commit
bcd39666f4
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
BACKUP_HOSTNAME="backuphost.example.org"
|
||||
BACKUP_HOSTNAME=$(hostname -f)
|
||||
BACKUP_DIR="/"
|
||||
BACKUP_ARGS="--tag filesystem"
|
||||
# HEALTHCHECK_URL="<URL from https://healthchecks.io/checks/ to notify>"
|
||||
|
|
Loading…
Reference in a new issue