Explorar o código

Add "default_actions" to NEWS (#262).

Dan Helfman hai 4 meses
pai
achega
65d1b9235d
Modificáronse 2 ficheiros con 4 adicións e 2 borrados
  1. 2 0
      NEWS
  2. 2 2
      borgmatic/config/schema.yaml

+ 2 - 0
NEWS

@@ -1,4 +1,6 @@
 2.0.0.dev0
 2.0.0.dev0
+ * #262: Add a "default_actions" option that supports disabling default actions when borgmatic is
+   run without any command-line arguments.
  * #345: Add a "key import" action to import a repository key from backup.
  * #345: Add a "key import" action to import a repository key from backup.
  * #422: Add home directory expansion to file-based and KeePassXC credential hooks.
  * #422: Add home directory expansion to file-based and KeePassXC credential hooks.
  * #610: Add a "recreate" action for recreating archives, for instance for retroactively excluding
  * #610: Add a "recreate" action for recreating archives, for instance for retroactively excluding

+ 2 - 2
borgmatic/config/schema.yaml

@@ -2690,6 +2690,6 @@ properties:
         description: |
         description: |
             Whether to apply default actions (e.g., backup) when no arguments
             Whether to apply default actions (e.g., backup) when no arguments
             are supplied to the borgmatic command. If set to true, borgmatic
             are supplied to the borgmatic command. If set to true, borgmatic
-            will trigger the default actions(create, prune, compact and check).
-            If set to false, borgmatic will display the help message instead.
+            triggers the default actions (create, prune, compact and check). If
+            set to false, borgmatic displays the help message instead.
         example: true
         example: true