restic-exporter
restic-exporter copied to clipboard
Prometheus exporter for the Restic backup system
According to Restic documents, we can skip TLS certificate verification when connecting to the repository (insecure) I only Added `INSECURE_TLS` env var to skip TLS verification for self-signed certificates
Would it be possible to extract correct bytes-added and size-on-disk for the backups? Restic does deduplication and compression and this exporter doesn't seem to take any of that into account....
2024-03-25 09:59:06 INFO It could take a while if the repository is remote. 2024-03-25 09:59:59 ERROR Unable to collect metrics from Restic. Error: Error executing restic snapshot command. Exit code:...
Hey, I noticed that the metric for the locks was not behaving correctly anymore. This is due to restic not outputting the header: ``` repository xyz opened successfully, password is...
Hello, as you know (and support) there is a Restic REST server which also exports metrics for Prometheus. This projects metrics are considerably more detailed and useful, and it would...
Hi, thanks for providing this. Would it be possible to have basic auth support in and being able to set user and pass via env var?
Please add support for passing extra options to restic, e.g. `-o sftp.command=...` in case the sftp backend with a custom private key is used.
Any support for multiple repos other than spawning multiple instances?