From c838c1d11b5896dff7db499d5a739c4f75956282 Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Mon, 14 Mar 2022 13:50:22 -0700 Subject: [PATCH] Fix header placement in documentation guide. --- docs/how-to/add-preparation-and-cleanup-steps-to-backups.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/how-to/add-preparation-and-cleanup-steps-to-backups.md b/docs/how-to/add-preparation-and-cleanup-steps-to-backups.md index abf293d48..85864be50 100644 --- a/docs/how-to/add-preparation-and-cleanup-steps-to-backups.md +++ b/docs/how-to/add-preparation-and-cleanup-steps-to-backups.md @@ -59,11 +59,11 @@ variables you can use here: * `repositories`: comma-separated paths of all repositories configured in the current borgmatic configuration file +## Global hooks + You can also use `before_everything` and `after_everything` hooks to perform global setup or cleanup: -## Global hooks - ```yaml hooks: before_everything: