docs: Fix a typo in supported backups_compression_method values.

This commit is contained in:
Alex Vandiver
2025-08-18 15:40:09 +00:00
parent a03e3a5166
commit bcdc2bd491

View File

@@ -304,7 +304,7 @@ value. Also supported is "[S3 Reduced Redundancy][s3-rr]", by setting
What compression method to use when storing backups; defaults to `lz4`, which is
fast but does not compress particularly well. Other options are `lzma`, `zstd`,
and `brotl`; `lzma` provides the best (and slowest) compression, while `zstd`
and `brotli`; `lzma` provides the best (and slowest) compression, while `zstd`
and `brotli` are middling compromises.
#### `missing_dictionaries`