]> git.ipfire.org Git - thirdparty/rsync.git/commitdiff
Fix issue in --compress-level doc.
authorWayne Davison <wayne@opencoder.net>
Fri, 3 Jul 2020 18:58:36 +0000 (11:58 -0700)
committerWayne Davison <wayne@opencoder.net>
Fri, 3 Jul 2020 18:58:36 +0000 (11:58 -0700)
rsync.1.md

index 06e5f859bed67ed4c7a36f3d36a130f918bae881..76b55367027e5fc5e4715e64ef1a4fe97967c396 100644 (file)
@@ -2386,8 +2386,10 @@ your home directory (remove the '=' for that).
     possible.  Rsync sets the compression level on a per-file basis based on
     the file's suffix.  If the compression algorithm has an "off" level (such
     as zlib/zlibx) then no compression occurs for those files.  Other
-    algorithms have the level minimized to reduces the CPU usage as much as
-    possible.
+    algorithms that support changing the streaming level on-the-fly will have
+    the level minimized to reduces the CPU usage as much as possible for a
+    matching file.  At this time, only zlib & zlibx compression support this
+    changing of levels on a per-file basis.
 
     The **LIST** should be one or more file suffixes (without the dot) separated
     by slashes (`/`).  You may specify an empty string to indicate that no files