Bläddra i källkod

Fix incorrect compression default in schema comment.

Dan Helfman 6 år sedan
förälder
incheckning
418c09398c
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      borgmatic/config/schema.yaml

+ 1 - 1
borgmatic/config/schema.yaml

@@ -156,7 +156,7 @@ map:
                 desc: |
                 desc: |
                     Type of compression to use when creating archives. See
                     Type of compression to use when creating archives. See
                     https://borgbackup.readthedocs.org/en/stable/usage.html#borg-create for details.
                     https://borgbackup.readthedocs.org/en/stable/usage.html#borg-create for details.
-                    Defaults to no compression.
+                    Defaults to "lz4".
                 example: lz4
                 example: lz4
             remote_rate_limit:
             remote_rate_limit:
                 type: int
                 type: int