Skip to content

Instantly share code, notes, and snippets.

@lefant
Last active October 7, 2015 14:01
Show Gist options
  • Save lefant/2c8046f4726f9462811f to your computer and use it in GitHub Desktop.
Save lefant/2c8046f4726f9462811f to your computer and use it in GitHub Desktop.
#put in ~/.unison/boxenite.prf
root = /Users/fabian/boxenite
root = ssh://lefant@boxenite.lefant.net//home/lefant/boxenite
logfile = /Users/fabian/.unison/unison.log
auto = true
batch = true
#debug = all
sshargs = -q -o VisualHostKey=no -C
retry = 1
# nice feature for future versions: use rsync for files >1 MB
#copythreshold = 1000
fswatch -o /Users/fabian/boxenite | xargs -n1 -I{} unison boxenite
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment