I have this weird issue, I can\'t understand why is happening. It should be a piece of cake for any bash ninja.
OPTIONS=\"-auto -batch -ignore \'Path one\' -
BASH FAQ entry #50: "I'm trying to put a command in a variable, but the complex cases always fail!"
options=(-auto -batch -ignore 'Path one' ...) unison "${options[@]}" a b