Merge branch 'main' into spot-check
This commit is contained in:
commit
57eb93760f
2 changed files with 6 additions and 0 deletions
2
NEWS
2
NEWS
|
@ -1,6 +1,8 @@
|
||||||
1.8.10.dev0
|
1.8.10.dev0
|
||||||
* #842: When a command hook exits with a soft failure, ping the log and finish states for any
|
* #842: When a command hook exits with a soft failure, ping the log and finish states for any
|
||||||
configured monitoring hooks.
|
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.
|
* 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
|
* Add documentation about backing up containerized databases by configuring borgmatic to exec into
|
||||||
a container to run a dump command:
|
a container to run a dump command:
|
||||||
|
|
|
@ -401,6 +401,10 @@ loki:
|
||||||
hostname: __hostname
|
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
|
## Apprise hook
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue