slackbuilds/system/unison
Heinz Wiesinger 926b93d445 various: Replace chmod command with find command from template.
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
2013-11-25 13:11:59 +01:00
..
README system/unison: Fixed dep information 2012-08-22 16:01:01 -05:00
doinst.sh system/unison: Updated for version 2.32.52 2010-05-13 00:42:08 +02:00
slack-desc various: Fix slack-desc formatting and comment nit picks. 2013-11-22 02:29:22 -05:00
unison.SlackBuild various: Replace chmod command with find command from template. 2013-11-25 13:11:59 +01:00
unison.desktop system/unison: Updated for version 2.32.52 2010-05-13 00:42:08 +02:00
unison.info system/unison: Fixed dep information 2012-08-28 11:07:11 +02:00
unison.png system/unison: Initial import 2010-05-11 15:18:47 +02:00

README

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.

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, which is the default option, do this:

  "FLAVOR=gtk2 ./unison.SlackBuild" or just "./unison.SlackBuild"

To build a textonly binary, do this:

  "FLAVOR=text ./unison.SlackBuild"