From 06e24dfbc1ba023f7e2f28b243014b8e61b2f709 Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Wed, 24 Sep 2025 23:14:24 -0700 Subject: [PATCH] Fix incomplete documentation description. --- docs/how-to/add-preparation-and-cleanup-steps-to-backups.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 3d5e302e..e2dd7361 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 @@ -77,7 +77,7 @@ commands: Each command in the `commands:` list has the following options: * `before` or `after`: Name for the point in borgmatic's execution that the commands should be run before or after, one of: - * `action` runs before each action for each repository. This replaces the deprecated `before_create`, `after_prune`, etc. + * `action` runs before or after each action for each repository. This replaces the deprecated `before_create`, `after_prune`, etc. * `repository` runs before or after all actions for each repository. This replaces the deprecated `before_actions` and `after_actions`. * `configuration` runs before or after all actions and repositories in the current configuration file. * `everything` runs before or after all configuration files. Errors here do not trigger `error` hooks or the `fail` state in monitoring hooks. This replaces the deprecated `before_everything` and `after_everything`.