<div class="gmail_quote">On Mon, Nov 1, 2010 at 12:28 PM, rlinsurf <span dir="ltr">&lt;<a href="mailto:rlinsurf@dhnet.us">rlinsurf@dhnet.us</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
rsync: readdir(&quot;/Volumes/Jeffrey Ellis?\#200\#231s iPhone<br>
(Root)/Applications/Preferences.app/CodeResources&quot;): No such file or<br>
directory (2)<br></blockquote><div><br></div><div>You may have specified the wrong high-bit apostrophe.  Note that rsync outputs characters that it is told are not displayable using escaped octal (\#200\#231 == octal 0200 + 0231, or 0x80 + 0x99), but you can&#39;t use such a sequence in the input -- it is just there to try to help you figure out what undisplayable character is there.  Use your shell to help you complete the filename -- since it&#39;s local, you should be able to just tab-complete the name and use whatever the shell gives you.</div>
<div><br></div></div>..wayne..<br>