Răsfoiți Sursa

Merge pull request #7800 from ThomasWaldmann/fix-zstd-docs

docs: remove zstd compat hint
TW 1 an în urmă
părinte
comite
270f33b7ed
1 a modificat fișierele cu 0 adăugiri și 1 ștergeri
  1. 0 1
      src/borg/archiver/help_cmd.py

+ 0 - 1
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.