<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Sun, Dec 22, 2013 at 11:58 AM, Charles Marcus <span dir="ltr"><<a href="mailto:CMarcus@media-brokers.com" target="_blank">CMarcus@media-brokers.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div bgcolor="#FFFFFF" text="#000000">But that will ignore differences in permissions - ie, won't recopy
    everything, just because the permissions on the source are different
    from the permissions on the target...<br></div></blockquote></div><br>Rsync never recopies anything (which implies a file transfer) because of permission differences -- it just updates the permissions.  If you mean that you want to avoid permission changes, you can just add --no-p on the command-line after the -a (but keep in mind you may need to fix up permissions for any new transfers).  I also recommend -i (--itemize-changes) to see what is happening (and --dry-run lets you test it).</div>

<div class="gmail_extra"><br clear="all"><div>..wayne..</div>
</div></div>