Clarify what command hooks are in the reference documentation.

This commit is contained in:
Dan Helfman
2025-10-15 10:22:02 -07:00
parent 2deb27c985
commit dea1c0179b
2 changed files with 5 additions and 5 deletions
+2 -3
View File
@@ -1,7 +1,6 @@
2.0.10.dev0
* #942: Factor reference material out of the documentation how-to guides. This means
there's now a whole reference section in the docs! Check it out:
https://torsion.org/borgmatic/
* #942: Factor reference material out of the documentation how-to guides. This means there's now a
whole reference section in the docs! Check it out: https://torsion.org/borgmatic/
* #1161: Fix a traceback (TypeError) in the "check" action with Python 3.14.
* Add documentation search.
* Change the URL of the local documentation development server to be more like the production URL.
@@ -5,8 +5,9 @@ eleventyNavigation:
parent: ⚙️ Configuration
---
<span class="minilink minilink-addedin">New in version 2.0.0</span> Command
hooks are configured via a list of `commands:` in your borgmatic
configuration file. For example:
hooks allow you to run arbitrary prepration and cleanup commands (or external
scripts) at various points in borgmatic's execution. You configure them via a
list of `commands:` in your borgmatic configuration file. For example:
```yaml
commands: