From 65b1d8e8b22807af005d4c94e6dac35fad8d4ede Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Sun, 23 Mar 2025 19:13:07 -0700 Subject: [PATCH] Clarify NEWS items (#303). --- NEWS | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index 61b95f34..8de5ff53 100644 --- a/NEWS +++ b/NEWS @@ -1,11 +1,11 @@ 2.0.0.dev0 - * #303: Add flags for setting any borgmatic configuration option from the command-line. See the + * #303: Add command-line flags for every borgmatic configuration option. See the documentation for more information: https://torsion.org/borgmatic/docs/how-to/make-per-application-backups/#configuration-overrides - * #303: Add configuration options that serve as defaults for some (but not all) borgmatic + * #303: Add configuration options that serve as defaults for some (but not all) command-line action flags. For example, each entry in "repositories:" now has an "encryption" option that - applies to the "repo-create" action. See the documentation for more information: - https://torsion.org/borgmatic/docs/reference/configuration/ + applies to the "repo-create" action, serving as a default for the "--encryption" flag. See the + documentation for more information: https://torsion.org/borgmatic/docs/reference/configuration/ * #345: Add a "key import" action to import a repository key from backup. * #790, #821: Deprecate all "before_*", "after_*" and "on_error" command hooks in favor of more flexible "commands:". See the documentation for more information: