Improve install instructions

This commit is contained in:
Adrian Popa 2022-03-31 10:50:09 +03:00 committed by GitHub
parent 9d2eeb3ed3
commit fff862e212
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)