Unison
- Daniel Stonier
Owned by Daniel Stonier
Usage
- Install unison on both machines (the gui is nice, install unison-all-gtk).
- Create a profile, e.g. ~/.unison/mervin.prf (see examples below).
- Execute the profile, e.g. unison-gtk mervin.
Example Profiles
Cherrypick Paths Expand source
###################################################### # Roots ###################################################### root = /mnt/mervin/media root = ssh://snorri@snorrinote//mnt/mervin/media ###################################################### # Paths ###################################################### path = books path = movies path = music path = photos path = pictures path = tv ###################################################### # Ignores ###################################################### # Ignore code in here ignore = Path */tmp/* #ignore = Path */wiki/*
Everything Under a Folder Expand source
###################################################### # Roots ###################################################### root = /mnt/mervin/media root = ssh://snorri@snorrinote//mnt/mervin/media ###################################################### # Paths ###################################################### # Dont include any paths to pick up everything ###################################################### # Ignores ###################################################### # Ignore code in here ignore = Path */tmp/* #ignore = Path */wiki/*
Ignore Selectively - Dokuwiki Expand source
###################################################### # Roots ###################################################### root = /mnt/froody/servers root = ssh://snorriserver//mnt/froody/servers ###################################################### # Paths ###################################################### path = wiki ###################################################### # Ignores ###################################################### ignore = Path wiki/doku/data/cache ignore = Path wiki/doku/data/attic ignore = Path wiki/doku/data/index ignore = Path wiki/doku/data/meta ignore = Path wiki/doku/lib/plugins/html2pdf/html2ps/cache ignore = Path wiki/doku/lib/plugins/html2pdf/html2ps/temp