summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorThomas Waldmann <tw@waldmann-edv.de>2023-09-02 14:30:34 +0200
committerThomas Waldmann <tw@waldmann-edv.de>2023-09-02 14:30:34 +0200
commit32d7222e67d8bc09fc099e07c0dc09739d993863 (patch)
tree361f2bfdabff548e5a1f879d170311fa80ccf92c /src
parent3eb070191da10c2d3f7bc6484cf3d51c3045f884 (diff)
docs: remove zstd compat hint
borg2 repos are not compatible with borg1 anyway, so no need to mention that.
Diffstat (limited to 'src')
-rw-r--r--src/borg/archiver/help_cmd.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/borg/archiver/help_cmd.py b/src/borg/archiver/help_cmd.py
index 9fe8a748a..f616635ff 100644
--- a/src/borg/archiver/help_cmd.py
+++ b/src/borg/archiver/help_cmd.py
@@ -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.