[SCM] The rsync repository. - branch b3.0.x updated

Rsync CVS commit messages rsync-cvs at lists.samba.org
Wed Feb 23 08:25:45 MST 2011


The branch, b3.0.x has been updated
       via  a945aa1 Clarify what extraneous hard link are.
      from  2a1d251 Get rid of obsolete tempfs warning.

;a=shortlog;h=b3.0.x


- Log -----------------------------------------------------------------
commit a945aa19d94f4cc047cd9cf38405c499653d28db
Author: Wayne Davison <wayned at samba.org>
Date:   Wed Feb 23 07:19:23 2011 -0800

    Clarify what extraneous hard link are.

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

Summary of changes:
 rsync.yo |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/rsync.yo b/rsync.yo
index 5f88586..f4cb2ba 100644
--- a/rsync.yo
+++ b/rsync.yo
@@ -875,7 +875,8 @@ destination exactly matches that on the source.  Cases in which the
 destination may end up with extra hard links include the following:
 
 quote(itemization(
-  it() If the destination contains extraneous hard-linked files, rsync will not
+  it() If the destination contains extraneous hard-links (more linking than
+  what is present in the source file list), the copying algorithm will not
   break them explicitly.  However, if one or more of the paths have content
   differences, the normal file-update process will break those extra links
   (unless you are using the bf(--inplace) option).


-- 
The rsync repository.


More information about the rsync-cvs mailing list