A command such as:
prsync --ssh-args="-a -x"
winds up passed to rsync as:
"-e ssh - a - x"
Unless I'm misunderstanding the usage of --ssh-args, this is a small bug in
opts parsing. Patch attached.
Original issue reported on code.google.com by jbyers on 24 Sep 2010 at 8:33
Original issue reported on code.google.com by
jbyers
on 24 Sep 2010 at 8:33Attachments: