On Mon, Nov 1, 2010 at 12:28 PM, rlinsurf <rlins...@dhnet.us> wrote: > rsync: readdir("/Volumes/Jeffrey Ellis?\#200\#231s iPhone > (Root)/Applications/Preferences.app/CodeResources"): No such file or > directory (2) >
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'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's local, you should be able to just tab-complete the name and use whatever the shell gives you. ..wayne..
-- Please use reply-all for most replies to avoid omitting the mailing list. To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html