This script is for Slackware 12.2 only and may be outdated.

SlackBuilds Repository

12.2 > System > unison (2.27.57)

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

Maintained by: fdeak
Keywords: file,backup,sync
ChangeLog: unison

Homepage:
http://www.cis.upenn.edu/~bcpierce/unison/

Source Downloads:
unison-2.27.57.tar.gz (4ba0a3e4bf4b4ad0c063f86391371f78)

Download SlackBuild:
unison.tar.gz
unison.tar.gz.asc (FAQ)

(the SlackBuild does not include the source)

Validated for Slackware 12.2

See our HOWTO for instructions on how to use the contents of this repository.

Access to the repository is available via:
ftp git cgit http rsync

© 2006-2024 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of Patrick Volkerding
Linux® is a registered trademark of Linus Torvalds