#
Documents.prf, 1/4/2010 by Brian Mork # Unison preference file root = /home/brian/Documents root = ssh://192.168.1.103//Users/brian/Documents include common-options.profile #path = Documents #ignore = Path */My Music* |
# Unison
common-options, December 2009, by Brian Mork # from http://www.linuxjournal.com/article/7712 # merge = diff3 -m CURRENT1 OLD CURRENT2 > NEW # backup = Name * # maxbackups = 10 # log = true # logfile = /home/brian/.unison/unison.log # removed following two lines, and moved to separate profiles; the path names in the # separate profiles are disabled. This allows the # roots to be seen on the Unison selection GUI. Only problem is now each individual # profile needs to be updated if IP changes. A second issue is that now invidual # checksum synchronization files are generated (the files with all the hex digits # as a name) because a separate synch file is used for each root pair. # root = /home/brian # root = ssh://192.168.1.103//Users/brian # When more "ingore things" are specified interactively with the GUI, we # want them to be put here rather than the default.prf file. addprefsto = common-options.profile # Using ssh link, use compression rshargs = -C # On unix systems, check file mod or touch time. If identical, do not do checksum compare. fastcheck = true # Propagate file mod or touch times times = true ignore = Name {*~, Thumbs.db, *.tmp} ignore = Name {.DS_Store} ignore = Name {unison.log} ignore = Name {id_rsa*, id_dsa*} |
This page is maintained by Brian Mork, owner & operator of IncreaTM // It was last modified February 2010. Suggestions for changes and comments are always welcome. The easiest way is to contact me through the Internet.