Spot consistency check. #849

Merged
witten merged 8 commits from spot-check into main 2024-04-15 21:25:50 +00:00
2 changed files with 6 additions and 0 deletions
Showing only changes of commit 57eb93760f - Show all commits

2
NEWS
View File

@ -1,6 +1,8 @@
1.8.10.dev0
* #842: When a command hook exits with a soft failure, ping the log and finish states for any
configured monitoring hooks.
* #843: Add documentation link to Loki dashboard for borgmatic:
https://torsion.org/borgmatic/docs/how-to/monitor-your-backups/#loki-hook
* Fix handling of the NO_COLOR environment variable to ignore an empty value.
* Add documentation about backing up containerized databases by configuring borgmatic to exec into
a container to run a dump command:

View File

@ -401,6 +401,10 @@ loki:
hostname: __hostname
```
Also check out this [Loki dashboard for
borgmatic](https://grafana.com/grafana/dashboards/20736-borgmatic-logs/) if
you'd like to see your backup logs and statistics in one place.
## Apprise hook