From c2879d054a2b35723bc978e422afe2aa7e4d4925 Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Wed, 5 Jun 2024 14:58:43 -0700 Subject: [PATCH] Alpha ordering in docs (#874). --- docs/how-to/add-preparation-and-cleanup-steps-to-backups.md | 6 +++--- 1 file changed, 3 insertions(+), 3 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 b7487cb..f1f5da8 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 @@ -79,14 +79,14 @@ variables you can use here: * `configuration_filename`: borgmatic configuration filename in which the hook was defined - * `repository_label` New in version - 1.8.12: label of the current repository as configured in the current - borgmatic configuration file * `log_file` New in version 1.7.12: path of the borgmatic log file, only set when the `--log-file` flag is used * `repository`: path of the current repository as configured in the current borgmatic configuration file + * `repository_label` New in version + 1.8.12: label of the current repository as configured in the current + borgmatic configuration file Note that you can also interpolate in [arbitrary environment variables](https://torsion.org/borgmatic/docs/how-to/provide-your-passwords/).