Categories
Unison
Unison is a multi-platform file-synchronization tool. It stores two replicas of a collection of files and directories on different hosts (or different disks on the same host), can modify them separately, and then updates them by propagating the changes in each replica to the other. NON-conflicting updates are propagated automatically; conflicting updates are detected and displayed. Unison can deal with updates to both replicas of a distributed directory structure.
It works across platforms, and is a user-level program- users do not need superuser privileges on either host. It works between any pair of machines connected to the internet, communicating over either a direct socket link or tunneling over an rsh or an encrypted ssh connection. It conserves bandwidth, and runs well over slow links such as PPP connections. Transfers of small updates to large files are optimized using a compression protocol similar to rsync.
Last updated 11 May, 2005
About
Leadership
- Benjamin Pierce - Maintainer
- Sylvain Gommier - Contributor
- Matthieu Goulay - Contributor
Related Projects
Versions
2.10.2
2.10.2 stable released 2004-07-25
- Released: 25 Jul, 2004
- Code Maturity: Stable
- Source Archive: http://www.cis.upenn.edu/~bcpierce/unison/downl...
- Licenses: GPLv2
- Interfaces: Command Line, X Window System
User Community and Support
User manual available in HTML format from http://www.cis.upenn.edu/~bcpierce/unison/download/stable/latest/unison-manual.html



