<div class="gmail_quote">On Tue, Apr 20, 2010 at 10:29 AM, Terrence Brannon <span dir="ltr">&lt;<a href="mailto:schemelab@gmail.com">schemelab@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
I want the permissions, group and owner of the transferred files to retain the settings of the DESTINATION file.  Is this possible with rsync?<br></blockquote><div><br></div><div>The perms (mode) part works well by leaving off --perms (or using --no-perms), since that leaves the perms of existing files unchanged, even when updating them.  Sadly, the same is not true for owner and group.  You&#39;d have to use --inplace and leave off --owner and --group to leave files owner/group unchanged.</div>
<div><br></div></div>..wayne..<br>