From fff862e2129700b51cd6d4a86a8b70a0eeba51d0 Mon Sep 17 00:00:00 2001 From: Adrian Popa Date: Thu, 31 Mar 2022 10:50:09 +0300 Subject: [PATCH] Improve install instructions --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 55d9a7a..c3f498f 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,10 @@ # Borg exporter -Export borg information to server3. Extended to export information about a list of borg repositories (discovered via `find`), and also to export details about today's backups. +Export borg information to prometheus. Extended to export information about a list of borg repositories (discovered via `find`), and also to export details about today's backups. ## Dependencies - * [Dateutils](http://www.fresse.org/dateutils/) - * server3 (obviously) + * [Dateutils](http://www.fresse.org/dateutils/) `sudo apt-get install dateutils` * Node Exporter with textfile collector * [Borg](https://github.com/borgbackup/borg) * binutils (sed, grep, wc, etc)