16 lines
504 B
Text
16 lines
504 B
Text
BORG_REPO=ssh://u335394-sub5@u335394.your-storagebox.de:23/./borg
|
|
BORG_PASSPHRASE=abcd1234
|
|
|
|
BORG_PRUNE_KEEP_DAILY=14
|
|
BORG_PRUNE_KEEP_WEEKLY=4
|
|
BORG_PRUNE_KEEP_MONTHLY=6
|
|
|
|
# Wether to write metrics to a textfile for node-exporter to pick up.
|
|
NODE_METRICS_ENABLED=0
|
|
# Path to write metrics to. See --collector.textfile.directory in node-exporter
|
|
NODE_METRICS_PATH=/usr/local/lib/prom
|
|
|
|
# collect docker volumes
|
|
# checks for given label on volumes
|
|
DOCKER_VOLUMES_ENABLED=0
|
|
DOCKER_VOLUMES_LABEL=borg.backup
|