1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2025-02-24 23:13:25 +00:00

docs: remove zstd compat hint

borg2 repos are not compatible with borg1 anyway,
so no need to mention that.
This commit is contained in:
Thomas Waldmann 2023-09-02 14:30:34 +02:00
parent 3eb070191d
commit 32d7222e67
No known key found for this signature in database
GPG key ID: 243ACFA951F78E01

View file

@ -377,7 +377,6 @@ class HelpMixIn:
Use zstd ("zstandard") compression, a modern wide-range algorithm.
If you do not explicitly give the compression level L (ranging from 1
to 22), it will use level 3.
Archives compressed with zstd are not compatible with borg < 1.1.4.
zlib[,L]
Use zlib ("gz") compression. Medium speed, medium compression.