From d29d0bc1c62928e54e3fac4492f8f64676e90f15 Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Mon, 3 Feb 2025 11:22:54 -0800 Subject: [PATCH] NEWS wording tweaks for clarity. --- NEWS | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index ed4f1401..4c99236c 100644 --- a/NEWS +++ b/NEWS @@ -1,16 +1,16 @@ 1.9.9 * #635: Log the repository path or label on every relevant log message, not just some logs. * #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/ + collect the encryption passphrase and then 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. - * #983: Fix the Btrfs hook to support subvolumes with names like "@home", different from their + * #983: Fix the Btrfs hook to support subvolumes with names like "@home" different from their mount points. * #985: Change the default value for the "--original-hostname" flag from "localhost" to no host specified. This way, the "restore" action works without a hostname if there's a single matching - dump. + database dump. 1.9.8 * #979: Fix root patterns so they don't have an invalid "sh:" prefix before getting passed to Borg.