Clarify NEWS items (#303).

This commit is contained in:
Dan Helfman
2025-03-23 19:13:07 -07:00
parent 16a1121649
commit 65b1d8e8b2
+4 -4
View File
@@ -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: