Browse Source

remove make-parent-dirs option

Signed-off-by: Nish_ <120EE0980@nitrkl.ac.in>
Nish_ 2 months ago
parent
commit
35bfb393c7
2 changed files with 3 additions and 2 deletions
  1. 1 1
      borgmatic/commands/arguments.py
  2. 2 1
      borgmatic/config/schema.yaml

+ 1 - 1
borgmatic/commands/arguments.py

@@ -667,7 +667,7 @@ def make_parsers(schema, unparsed_arguments):
         dest='make_parent_directories',
         default=None,
         action='store_true',
-        help='Create any missing parent directories of the repository directory',
+        help='Create any missing parent directories of the repository directory [Borg 1.x only]',
     )
     repo_create_group.add_argument(
         '-h', '--help', action='help', help='Show this help message and exit'

+ 2 - 1
borgmatic/config/schema.yaml

@@ -72,7 +72,8 @@ properties:
                     description: |
                         Whether any missing parent directories of the repository
                         path should be created, only used for the repo-create
-                        action. Defaults to false.
+                        action. Defaults to false. (This option is only present 
+                        in Borg 1.x)
                     example: true
         description: |
             A required list of local or remote repositories with paths and