From eb1fce3787dc0cb1c0ff675dbaf38af6daddce2a Mon Sep 17 00:00:00 2001 From: Codimp Date: Sun, 28 Apr 2024 18:20:12 +0200 Subject: [PATCH 1/2] documentation: add compression level explanation and example --- borgmatic/config/schema.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/borgmatic/config/schema.yaml b/borgmatic/config/schema.yaml index 538c468d..52a670d5 100644 --- a/borgmatic/config/schema.yaml +++ b/borgmatic/config/schema.yaml @@ -269,7 +269,8 @@ properties: compression: type: string description: | - Type of compression to use when creating archives. See + Type of compression to use when creating archives (compression + level can be added separated with a comma, like "zstd,7"). See http://borgbackup.readthedocs.io/en/stable/usage/create.html for details. Defaults to "lz4". example: lz4 From 15d5a687fb2737b4c6bbbeaa3c6fcbdabbef309a Mon Sep 17 00:00:00 2001 From: Codimp Date: Sun, 28 Apr 2024 18:41:05 +0200 Subject: [PATCH 2/2] make parenthetical its own sentence --- borgmatic/config/schema.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/borgmatic/config/schema.yaml b/borgmatic/config/schema.yaml index 52a670d5..d8a3548c 100644 --- a/borgmatic/config/schema.yaml +++ b/borgmatic/config/schema.yaml @@ -269,8 +269,8 @@ properties: compression: type: string description: | - Type of compression to use when creating archives (compression - level can be added separated with a comma, like "zstd,7"). See + Type of compression to use when creating archives. (Compression + level can be added separated with a comma, like "zstd,7".) See http://borgbackup.readthedocs.io/en/stable/usage/create.html for details. Defaults to "lz4". example: lz4