diff options
author | fdeak <ferenc.deak@gmail.com> | 2010-05-11 15:18:47 +0200 |
---|---|---|
committer | Michiel van Wessem <michiel@slackbuilds.org> | 2010-05-11 15:18:47 +0200 |
commit | cf5c23dc7407af9a649248549935726fda435cff (patch) | |
tree | cca59930e9df070a7e0ab1b29b5e39de8d8514ec /system/unison/README | |
parent | c63980382762182bd873afef9b8801ad3ed742f9 (diff) | |
download | slackbuilds-cf5c23dc7407af9a649248549935726fda435cff.tar.gz |
system/unison: Initial import
Diffstat (limited to 'system/unison/README')
-rw-r--r-- | system/unison/README | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/system/unison/README b/system/unison/README new file mode 100644 index 0000000000..a47a304dc2 --- /dev/null +++ b/system/unison/README @@ -0,0 +1,27 @@ +Unison is a file-synchronization tool for Unix and Windows. It allows two +replicas of a collection of files and directories to be stored on different +hosts (or different disks on the same host), modified separately, and then +brought up to date by propagating the changes in each replica to the other. + +Unlike simple mirroring or backup utilities, Unison can deal with updates to +both replicas of a distributed directory structure. Updates that do not +conflict are propagated automatically. Conflicting updates are detected and +displayed. + +You need ocaml and lablgtk to compile unison (all of them are provided by +the slackbuilds project), however none of them are needed to run unison. + +Unison allows you to either build a text only binary or a binary that will +use a graphical user interface: + +To build the gtk2 graphical inteface binary (the default option): + + FLAVOR=gtk2 ./unison.SlackBuild + or + ./unison.SlackBuild + +To build a textonly binary: + + FLAVOR=text ./unison.SlackBuild + +
\ No newline at end of file |