<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Wed, Jun 18, 2014 at 12:52 AM, Pletter Thomas <span dir="ltr"><<a href="mailto:T.Pletter@rewe-group.at" target="_blank">T.Pletter@rewe-group.at</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div id=":3nt" class="a3s" style="overflow:hidden">this command doesn't  do nothing:<br>
rsync  -aviz --include='*/' --include='*/00' --include='*/00/**' --exclude='*' --prune-empty-dirs . remote_host:/tmp<br></div></blockquote></div><br>I'd imagine that you tried that after the -R command and there were no new files to transfer, so it output nothing (since the command is fine).  You can use an extra -i option to see all the files it matched but didn't transfer.  Also, your includes should really all be anchored to the top of the transfer (i.e. --include='/*/' --include='/*/00' --include='/*/00/**') but that doesn't affect them working with your desired directories, it just makes sure that they don't match other things that you don't want.  Also note that the latter 2 includes can be specified as 1: --include='/*/00/***' (the triple star matches both the dir and all its contents).</div>

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