From a327496c998ce6913de9221a00587db7d9424ca7 Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Wed, 15 Oct 2025 16:00:55 -0700 Subject: [PATCH] Document that the "exclude_nodump" option is Borg 1.x only (#1111). --- borgmatic/config/schema.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/borgmatic/config/schema.yaml b/borgmatic/config/schema.yaml index 1c97626b..0c7296ed 100644 --- a/borgmatic/config/schema.yaml +++ b/borgmatic/config/schema.yaml @@ -73,7 +73,7 @@ properties: Whether any missing parent directories of the repository path should be created, only used for the repo-create action. Defaults to false. (This option is supported - for Borg 1.x only) + for Borg 1.x only.) example: true description: | A required list of local or remote repositories with paths and @@ -232,7 +232,8 @@ properties: exclude_nodump: type: boolean 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 borgmatic_source_directory: type: string