In <5.2.0.9.1.20110118091956.04afb940@localhost>, on 01/18/11 at 09:32 AM, Fabian Cenedese <[email protected]> said:
Hi, >Is it possible that "SSH -i key" could also be scanned by rsync and >interpreted as --itemize? That is what is happening. You have -e "$SSH" and your shell is interpreting this as multiple arguments after expansion. Depending on your shell, changing this to -e \""$SSH"\" might be sufficient to avoid the issue. Steven -- ---------------------------------------------------------------------- "Steven Levine" <[email protected]> eCS/Warp/DIY etc. www.scoug.com www.ecomstation.com ---------------------------------------------------------------------- -- 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
