[SCM] The rsync repository. - branch master updated
Rsync CVS commit messages <[email protected]> Wed, 23 Feb 2011 16:20:14 +0100 (CET)
| Newsgroups | gmane.network.rsync.cvs |
|---|---|
| Message-ID | <[email protected]> |
The branch, master has been updated
via da9b72b Clarify what extraneous hard link are.
from 75a1a04 Get rid of obsolete tempfs warning.
;a=shortlog;h=master
- Log -----------------------------------------------------------------
commit da9b72b36c2c6336811aba57d972f3fb687242b1
Author: Wayne Davison <[email protected]>
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 c09114e..838d968 100644
--- a/rsync.yo
+++ b/rsync.yo
@@ -943,7 +943,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.