Browse Source

Document that the "exclude_nodump" option is Borg 1.x only (#1111).

Dan Helfman 3 weeks ago
parent
commit
a327496c99
1 changed files with 3 additions and 2 deletions
  1. 3 2
      borgmatic/config/schema.yaml

+ 3 - 2
borgmatic/config/schema.yaml

@@ -73,7 +73,7 @@ properties:
                         Whether any missing parent directories of the repository
                         Whether any missing parent directories of the repository
                         path should be created, only used for the repo-create
                         path should be created, only used for the repo-create
                         action. Defaults to false. (This option is supported 
                         action. Defaults to false. (This option is supported 
-                        for Borg 1.x only)
+                        for Borg 1.x only.)
                     example: true
                     example: true
         description: |
         description: |
             A required list of local or remote repositories with paths and
             A required list of local or remote repositories with paths and
@@ -232,7 +232,8 @@ properties:
     exclude_nodump:
     exclude_nodump:
         type: boolean
         type: boolean
         description: |
         description: |
-            Exclude files with the NODUMP flag. Defaults to false.
+            Exclude files with the NODUMP flag. Defaults to false. (This option
+            is supported for Borg 1.x only.)
         example: true
         example: true
     borgmatic_source_directory:
     borgmatic_source_directory:
         type: string
         type: string