Fix incorrect compression default in schema comment.
This commit is contained in:
parent
cdbd4c55e8
commit
418c09398c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue