restic-tools/etc/backup/local.config
Felix Bartels 696f416aa2 introduce new config option BACKUP_ARGS to add additional parameters to backup job (like tagging the backup)
new option is set to empty if not specified otherwise.

as suggested in https://github.com/binarybucks/restic-tools/pull/14#issuecomment-359700589

Signed-off-by: Felix Bartels <felix@host-consultants.de>
2018-01-23 11:41:49 +01:00

5 lines
160 B
Plaintext

BACKUP_HOSTNAME="backuphost.example.org"
BACKUP_DIR="/"
BACKUP_ARGS="--tag filesystem"
# HEALTHCHECK_URL="<URL from https://healthchecks.io/checks/ to notify>"