<div dir="ltr">On Tue, Jan 8, 2013 at 4:40 AM, Matthias Schniedermeyer <span dir="ltr"><<a href="mailto:ms@citd.de" target="_blank">ms@citd.de</a>></span> wrote:<br><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im"><span style="color:rgb(34,34,34)">The alternativ (if possible) is to doing the link separatly and then</span> <span style="color:rgb(34,34,34)">rsync, instead of letting rsync doing the linking.</span></div>
The end-result is identical</blockquote></div><div class="gmail_extra"><br></div>No, it's not identical in one aspect -- file attribute changes to files with identical content will change the attributes (permission, etc.) onto the older, hard-linked versions.  Rsync's link-dest mode into a new directory creates a new version of a file if it needs to give it different attributes.  A pre-existing hard-linked copy of the files causes rsync to just change the attributes on the file in-place (without breaking the hard-link).  This can be a minor point for some people (if historical permissions/ACLs/xattrs don't need to be accurate), but could be a deal breaker for some.</div>
<div class="gmail_extra"><br>..wayne..
</div></div>