<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Mon, Jun 6, 2016 at 8:52 AM, Koehn, Troy N. <span dir="ltr"><<a href="mailto:TNKoehn@west.com" target="_blank">TNKoehn@west.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex">





<div lang="EN-US" link="blue" vlink="purple">
<div>
<p class="MsoNormal">One of the directories in the database actually looked like this:<u></u><u></u></p>
<p class="MsoNormal"><u></u> <u></u></p>
<p class="MsoNormal">/home/usr/directory/./</p></div></div></blockquote><div><br></div><div>In the manpage under the "--relative" option (which is implied by --files-from) there is this information:</div><div><br></div></div></div><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><div class="gmail_extra"><div class="gmail_quote"><div>It is also possible to limit the amount of path information that is sent as implied directories for each path you specify. With a modern rsync on the sending side (beginning with 2.6.7), you can insert a dot and a slash into the source path, like this:</div></div></div><div class="gmail_extra"><div class="gmail_quote"><div><br></div></div></div><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><div class="gmail_extra"><div class="gmail_quote"><div>rsync -avR /foo/./bar/baz.c remote:/tmp/</div></div></div></blockquote><div class="gmail_extra"><div class="gmail_quote"><div><br></div></div></div><div class="gmail_extra"><div class="gmail_quote"><div>That would create /tmp/bar/baz.c on the remote machine. (Note that the dot must be followed by a slash, so "/foo/." would not be abbreviated.)</div></div></div></blockquote><div class="gmail_extra"><div class="gmail_quote"><div> </div><div>Thus, your path tells rsync to take the contents of the /home/usr/directory path and send its contents without any implied directories, which puts its content at the root of the transfer.</div><div><br></div><div>..wayne..</div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex"><div lang="EN-US" link="blue" vlink="purple"><div><p class="MsoNormal"><u></u></p></div></div></blockquote></div></div></div>