<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Fri, Jan 3, 2014 at 12:39 PM, Bill Dorrian <span dir="ltr"><<a href="mailto:dorrian.2009@comcast.net" target="_blank">dorrian.2009@comcast.net</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">The script that I'm running works - sort of - in that it syncs the
    files; but it syncs their parent directories too, which I'm trying
    to avoid.</blockquote></div><br>--files-from implies -R (--relative), which tells rsync to include the path info.  If you don't want that, follow that option with --no-R (--no-relative).<br><br clear="all"><div>..wayne..</div>


</div></div>