or download this
(--rsync-path = 'blah blah') : rsync_path => (blah
+blah)
(--rsync-path=/usr/bin/rsync) : rsync_path => (/usr/
+bin/rsync)
...
(--rsync-path='blah blah \'blah') : rsync_path => (blah
+blah \'blah)
(--rsync-path='blah blah' --another-option) : rsync_path => (blah
+blah)
(--another-option --rsync-path='blah blah') : rsync_path => (blah
+blah)