Implicit --itemize

Steven Levine steve53 at earthlink.net
Tue Jan 18 08:44:19 MST 2011


In <5.2.0.9.1.20110118091956.04afb940 at localhost>, on 01/18/11
   at 09:32 AM, Fabian Cenedese <Cenedese at indel.ch> 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" <steve53 at earthlink.net>  eCS/Warp/DIY etc.
www.scoug.com www.ecomstation.com
----------------------------------------------------------------------



More information about the rsync mailing list