2017-11-03 10:07:29 +01:00
|
|
|
BACKUP_HOSTNAME=$(hostname -f)
|
2017-09-04 10:36:00 +02:00
|
|
|
BACKUP_DIR="/"
|
2018-01-21 11:39:00 +01:00
|
|
|
BACKUP_ARGS="--tag filesystem"
|
2017-09-04 16:38:38 +02:00
|
|
|
# HEALTHCHECK_URL="<URL from https://healthchecks.io/checks/ to notify>"
|
2018-07-26 22:34:33 +02:00
|
|
|
# RESTIC_ARGS="<optional restic args appended to all commands>"
|