> Yeah, it only does space-splitting and that's all it will ever do. It still 
> looks to me like there is a bug in the original escaping, since any command 
> receiving that string is receiving a backslash that is not supposed to be 
> there. It should only be escaping the string enough to get it to rsync, not 
> trying to guess what rsync is going to do with it after it gets it.

I'm not proposing some additional characters to split on, but quite
the opposite, to handle the backslash escaped spaces correctly and NOT
split. Rest assured, there is no bug with the original escaping. For
your edification:

$ echo \I\'\m\ \a\ \s\t\r\i\n\g
I'm a string

-- 
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

Reply via email to