From f15498f6d91334db9a911b84d9caf263627efb93 Mon Sep 17 00:00:00 2001 From: Fabian Schilling Date: Fri, 10 Dec 2021 17:58:27 +0100 Subject: [PATCH] Add working_directory to borgmatic schema --- borgmatic/config/schema.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/borgmatic/config/schema.yaml b/borgmatic/config/schema.yaml index 24273123c..900993c78 100644 --- a/borgmatic/config/schema.yaml +++ b/borgmatic/config/schema.yaml @@ -42,6 +42,14 @@ properties: example: - user@backupserver:sourcehostname.borg - "user@backupserver:{fqdn}" + working_directory: + type: string + description: | + 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. + example: /path/to/working/directory one_file_system: type: boolean description: |