From 418c09398cef80b2917e16b7094f47ab83943a7f Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Sun, 9 Jun 2019 21:21:46 -0700 Subject: [PATCH] Fix incorrect compression default in schema comment. --- 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 14ef7e8f2..e8e56a1f0 100644 --- a/borgmatic/config/schema.yaml +++ b/borgmatic/config/schema.yaml @@ -156,7 +156,7 @@ map: desc: | Type of compression to use when creating archives. See https://borgbackup.readthedocs.org/en/stable/usage.html#borg-create for details. - Defaults to no compression. + Defaults to "lz4". example: lz4 remote_rate_limit: type: int