|
@@ -123,13 +123,13 @@ hooks</a> run, borgmatic lets Healthchecks know that it has started if any of
|
|
the `prune`, `create`, or `check` actions are run.
|
|
the `prune`, `create`, or `check` actions are run.
|
|
|
|
|
|
Then, if the actions complete successfully, borgmatic notifies Healthchecks of
|
|
Then, if the actions complete successfully, borgmatic notifies Healthchecks of
|
|
-the success before the `after_backup` hooks run, and includes borgmatic logs in
|
|
|
|
|
|
+the success after the `after_backup` hooks run, and includes borgmatic logs in
|
|
the payload data sent to Healthchecks. This means that borgmatic logs show up
|
|
the payload data sent to Healthchecks. This means that borgmatic logs show up
|
|
in the Healthchecks UI, although be aware that Healthchecks currently has a
|
|
in the Healthchecks UI, although be aware that Healthchecks currently has a
|
|
10-kilobyte limit for the logs in each ping.
|
|
10-kilobyte limit for the logs in each ping.
|
|
|
|
|
|
If an error occurs during any action or hook, borgmatic notifies Healthchecks
|
|
If an error occurs during any action or hook, borgmatic notifies Healthchecks
|
|
-before the `on_error` hooks run, also tacking on logs including the error
|
|
|
|
|
|
+after the `on_error` hooks run, also tacking on logs including the error
|
|
itself. But the logs are only included for errors that occur when a `prune`,
|
|
itself. But the logs are only included for errors that occur when a `prune`,
|
|
`create`, or `check` action is run.
|
|
`create`, or `check` action is run.
|
|
|
|
|
|
@@ -161,9 +161,9 @@ begins, ends, or errors. Specifically, after the <a
|
|
href="https://torsion.org/borgmatic/docs/how-to/add-preparation-and-cleanup-steps-to-backups/">`before_backup`
|
|
href="https://torsion.org/borgmatic/docs/how-to/add-preparation-and-cleanup-steps-to-backups/">`before_backup`
|
|
hooks</a> run, borgmatic lets Cronitor know that it has started if any of the
|
|
hooks</a> run, borgmatic lets Cronitor know that it has started if any of the
|
|
`prune`, `create`, or `check` actions are run. Then, if the actions complete
|
|
`prune`, `create`, or `check` actions are run. Then, if the actions complete
|
|
-successfully, borgmatic notifies Cronitor of the success before the
|
|
|
|
|
|
+successfully, borgmatic notifies Cronitor of the success after the
|
|
`after_backup` hooks run. And if an error occurs during any action or hook,
|
|
`after_backup` hooks run. And if an error occurs during any action or hook,
|
|
-borgmatic notifies Cronitor before the `on_error` hooks run.
|
|
|
|
|
|
+borgmatic notifies Cronitor after the `on_error` hooks run.
|
|
|
|
|
|
You can configure Cronitor to notify you by a [variety of
|
|
You can configure Cronitor to notify you by a [variety of
|
|
mechanisms](https://cronitor.io/docs/cron-job-notifications) when backups fail
|
|
mechanisms](https://cronitor.io/docs/cron-job-notifications) when backups fail
|
|
@@ -189,9 +189,9 @@ begins, ends, or errors. Specifically, after the <a
|
|
href="https://torsion.org/borgmatic/docs/how-to/add-preparation-and-cleanup-steps-to-backups/">`before_backup`
|
|
href="https://torsion.org/borgmatic/docs/how-to/add-preparation-and-cleanup-steps-to-backups/">`before_backup`
|
|
hooks</a> run, borgmatic lets Cronhub know that it has started if any of the
|
|
hooks</a> run, borgmatic lets Cronhub know that it has started if any of the
|
|
`prune`, `create`, or `check` actions are run. Then, if the actions complete
|
|
`prune`, `create`, or `check` actions are run. Then, if the actions complete
|
|
-successfully, borgmatic notifies Cronhub of the success before the
|
|
|
|
|
|
+successfully, borgmatic notifies Cronhub of the success after the
|
|
`after_backup` hooks run. And if an error occurs during any action or hook,
|
|
`after_backup` hooks run. And if an error occurs during any action or hook,
|
|
-borgmatic notifies Cronhub before the `on_error` hooks run.
|
|
|
|
|
|
+borgmatic notifies Cronhub after the `on_error` hooks run.
|
|
|
|
|
|
Note that even though you configure borgmatic with the "start" variant of the
|
|
Note that even though you configure borgmatic with the "start" variant of the
|
|
ping URL, borgmatic substitutes the correct state into the URL when pinging
|
|
ping URL, borgmatic substitutes the correct state into the URL when pinging
|