Add "check_i_know_what_i_am_doing" option to NEWS (#724).

This commit is contained in:
Dan Helfman 2023-07-10 09:44:00 -07:00
parent d29667ca3c
commit 196a226a7e
1 changed files with 2 additions and 0 deletions

2
NEWS
View File

@ -6,6 +6,8 @@
https://torsion.org/borgmatic/docs/how-to/run-arbitrary-borg-commands/
* #719: Fix an error when running "borg key export" through borgmatic.
* #720: Fix an error when dumping a MySQL database and the "exclude_nodump" option is set.
* #724: Add "check_i_know_what_i_am_doing" option to bypass Borg confirmation prompt when running
"check --repair".
* When merging two configuration files, error gracefully if the two files do not adhere to the same
format.
* BREAKING: Remove the deprecated (and silently ignored) "--successful" flag on the "list" action,