瀏覽代碼

Alpha ordering in docs (#874).

Dan Helfman 1 年之前
父節點
當前提交
c2879d054a
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      docs/how-to/add-preparation-and-cleanup-steps-to-backups.md

+ 3 - 3
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` <span class="minilink minilink-addedin">New in version
-   1.8.12</span>: label of the current repository as configured in the current
-   borgmatic configuration file
  * `log_file`
    <span class="minilink minilink-addedin">New in version 1.7.12</span>:
    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` <span class="minilink minilink-addedin">New in version
+   1.8.12</span>: 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/).