<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Wed, May 7, 2014 at 1:13 AM, Michael Johnson - MJ <span dir="ltr"><<a href="mailto:mj@revmj.com" target="_blank">mj@revmj.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr"><div>I noticed today, that rsync does not appear to set the permissions on a directory until all of the contents are in place.<br>

</div><div></div></div></blockquote><div><br></div><div>This is true if you are using incremental recursion since rsync is trying to finish a dir's contents in time to set the dir's mtime before moving on to the reset of the tree.  If you specify --no-inc-resursive you'll avoid these early-create directories.  I am also checking in a change to the --omit-dir-times code (-O) (or --no-times) to make it also avoid these early-create directories, which allows someone to continue to use incremental recursion w/o seeing these early-create directories.</div>

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