<div class="gmail_quote">On Mon, Jan 4, 2010 at 12:33 PM,  <span dir="ltr">&lt;<a href="mailto:doug@safeport.com">doug@safeport.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 -vaxH --numeric-ids --delete --exclude=/home/apache/logs \<br>
   --link-dest=/mnt/200912/newharbor/home -e ssh newharbor.safeport.com:/home \<br>
   201001/newharbor/home/<br></blockquote><div><br></div><div>Is that newharbor/home/home dir really desired?  Without a trailing slash on the source, the &quot;home&quot; dir is part of the transfer, and will be expected to exist inside the link-dest dir and will be created inside the destination dir.  If it is not, either add a trailing slash to the source, or remove the trailing &quot;home&quot; from both the link-dest arg and the destination.</div>
</div><br>..wayne..<br>