Skip to main content
2 of 2
replaced http://unix.stackexchange.com/ with https://unix.stackexchange.com/

User JRC's answer is almost correct. I'll just add a few details. Your command should be

unison /var/www ssh://[email protected]//var/www

or if you create a Unison profile in ~/.unison/ (which you should), it should contain the lines

root /var/www
root ssh://[email protected]//var/www
Mike Pierce
  • 952
  • 1
  • 8
  • 26