Quellcode durchsuchen

[Documentation] Add compression level explanation and example.

Reviewed-on: https://projects.torsion.org/borgmatic-collective/borgmatic/pulls/859
Dan Helfman vor 1 Jahr
Ursprung
Commit
4f83b1e6b3
1 geänderte Dateien mit 2 neuen und 1 gelöschten Zeilen
  1. 2 1
      borgmatic/config/schema.yaml

+ 2 - 1
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