[SCM] The rsync repository. - branch master updated

Rsync CVS commit messages rsync-cvs at lists.samba.org
Fri Jul 3 18:59:09 UTC 2020


The branch, master has been updated
       via  ef895177 Fix issue in --compress-level doc.
      from  e285f8f9 Some NEWS and man page tweaks.

https://git.samba.org/?p=rsync.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit ef8951779dbf09baeb40a474e7d6e1e48f470ed2
Author: Wayne Davison <wayne at opencoder.net>
Date:   Fri Jul 3 11:58:36 2020 -0700

    Fix issue in --compress-level doc.

-----------------------------------------------------------------------

Summary of changes:
 rsync.1.md | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/rsync.1.md b/rsync.1.md
index 06e5f859..76b55367 100644
--- a/rsync.1.md
+++ b/rsync.1.md
@@ -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


-- 
The rsync repository.



More information about the rsync-cvs mailing list