From 5821c6782e5e1d5e6660ae942ef4a25d8dd6f321 Mon Sep 17 00:00:00 2001 From: Fabian Schilling Date: Fri, 10 Dec 2021 18:23:08 +0100 Subject: [PATCH] Add defaults to not set in schema --- borgmatic/config/schema.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/borgmatic/config/schema.yaml b/borgmatic/config/schema.yaml index 900993c78..d8cf10af8 100644 --- a/borgmatic/config/schema.yaml +++ b/borgmatic/config/schema.yaml @@ -48,7 +48,7 @@ properties: Working directory for the "borg create" command. Tildes are expanded. Useful for backing up using relative paths. See http://borgbackup.readthedocs.io/en/stable/usage/create.html - for details. + for details. Defaults to not set. example: /path/to/working/directory one_file_system: type: boolean