<div class="gmail_quote">On Fri, Oct 29, 2010 at 8:00 AM, Alex Cartwright <span dir="ltr">&lt;<a href="mailto:alexc223@googlemail.com">alexc223@googlemail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
rsync -arv &#39;/home/*/domains/*&#39; ~/<br></blockquote><div><br></div><div>That is a local copy, so you&#39;re quoting the wildcards tells the shell that they are literal characters in the filename.  If you want the shell to do wildcard expansion, unquote the argument.  The quotes would only be required if you need to send the wildcards to a remote host.</div>
<div><br></div></div>..wayne..<br>