mirror of
https://github.com/RsyncProject/rsync.git
synced 2026-03-10 02:16:35 -04:00
Clarify what extraneous hard link are.
This commit is contained in:
3
rsync.yo
3
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).
|
||||
|
||||
Reference in New Issue
Block a user