bcd39666f4
Use hostname with FQDN as a default name for host
5 lines
214 B
Text
5 lines
214 B
Text
BACKUP_HOSTNAME=$(hostname -f)
|
|
BACKUP_DIR="/"
|
|
BACKUP_ARGS="--tag filesystem"
|
|
# HEALTHCHECK_URL="<URL from https://healthchecks.io/checks/ to notify>"
|
|
# RESTIC_ARGS="<optional restic args appended to all commands>"
|