From 32d7222e67d8bc09fc099e07c0dc09739d993863 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Sat, 2 Sep 2023 14:30:34 +0200 Subject: [PATCH] docs: remove zstd compat hint borg2 repos are not compatible with borg1 anyway, so no need to mention that. --- src/borg/archiver/help_cmd.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/borg/archiver/help_cmd.py b/src/borg/archiver/help_cmd.py index 9fe8a748a3..f616635ffb 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.