<div class="gmail_quote">On Sun, Nov 8, 2009 at 10:21 PM, Thomas Gutzler <span dir="ltr">&lt;<a href="mailto:thomas.gutzler@gmail.com">thomas.gutzler@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I thought --include=&quot;/this_dir/&quot; --include=&quot;/this_dir/***&quot; would do it,<br>
but it doesn&#39;t. The exclude * seems to overwrite the include matches:<br>
 [sender] hiding file this_dir/foo because of pattern *<br></blockquote><div><br>Order is important.  Whatever matches first, is what takes effect.  Also, *** matches both the dir and its contents, so you could use:<br><br>
  --include=&#39;/this_dir/***&#39; --exclude=*<br><br>As long as &quot;this_dir&quot; is in the root of the transfer, that will work.<br></div><br></div>..wayne..<br>