From 00da3fdeb604010b61135ddfc8e77fd50cfa47f0 Mon Sep 17 00:00:00 2001 From: Adrian Popa Date: Mon, 31 May 2021 16:11:40 +0300 Subject: [PATCH] Add option to find and iterate through a list of repos, re-add support for textfile exporter, export data for today's backups --- borg_exporter.rc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/borg_exporter.rc b/borg_exporter.rc index f728547..769dbd7 100644 --- a/borg_exporter.rc +++ b/borg_exporter.rc @@ -1,3 +1,5 @@ BORG_PASSPHRASE="" REPOSITORY="" -PUSHGATEWAY_URL=http://pushgateway.clems4ever.com \ No newline at end of file +PUSHGATEWAY_URL=http://pushgateway.clems4ever.com +BASEREPODIR="/backup" +NODE_EXPORTER_DIR="/path/to/node/exporter/textfile/collector/dir" \ No newline at end of file