From 54facdc39113fe497055833477ed04d29f7057c8 Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Sat, 20 Apr 2024 08:26:06 -0700 Subject: [PATCH] Clarify Apprise states configuration. --- docs/how-to/monitor-your-backups.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/how-to/monitor-your-backups.md b/docs/how-to/monitor-your-backups.md index b4df1957..1bd5a64a 100644 --- a/docs/how-to/monitor-your-backups.md +++ b/docs/how-to/monitor-your-backups.md @@ -435,11 +435,16 @@ apprise: label: gotify - url: mastodons://access_key@hostname/@user label: mastodon + states: + - start + - finish + - fail ``` With this configuration, borgmatic pings each of the configured Apprise services when a backup begins, ends, or errors, but only when any of the -`prune`, `compact`, `create`, or `check` actions are run. +`prune`, `compact`, `create`, or `check` actions are run. (By default, if +`states` is not specified, Apprise services are only pinged on error.) You can optionally customize the contents of the default messages sent to these services: