restic-tools/etc/backup/local.config
Alexander Rust bcd39666f4
Merge pull request #11 from ldvc/patch-1
Use hostname with FQDN as a default name for host
2019-03-08 13:15:05 +01:00

6 lines
214 B
Plaintext

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