Browse Source

Add a clarifying comment to the NEWS entry (#961).

Dan Helfman 4 months ago
parent
commit
76533c7db5
1 changed files with 3 additions and 2 deletions
  1. 3 2
      NEWS

+ 3 - 2
NEWS

@@ -1,7 +1,8 @@
 1.9.9.dev0
  * #635: Log the repository path or label on every relevant log message, not just some logs.
- * #961: Add a passcommand hook so borgmatic can collect the encryption passphrase once and pass it
-   to Borg multiple times.
+ * #961: When the "encryption_passcommand" option is set, call the command once from borgmatic to
+   collect the encryption passphrase and pass it to Borg multiple times. See the documentation for
+   more information: https://torsion.org/borgmatic/docs/how-to/provide-your-passwords/
  * #981: Fix a "spot" check file count delta error.
  * #982: Fix for borgmatic "exclude_patterns" and "exclude_from" recursing into excluded
    subdirectories.