| Debian Package a Day ( @ 2004-07-26 08:00:00 |
unison - A file-synchronization tool for Unix and Windows
Peter C. writes:
I'm at OSCON this week in Portland, Oregon. Say howdy if you see me or come see me try avoid making a fool of myself at my presentation on Thursday afternoon.
More information on this package can be found on the Debian web site.
(If there is a package you would like to see featured here, go to the userinfo page and follow the directions there to submit your entry.)
Unison is a file-synchronization tool for Unix and Windows, written in OCaml. 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.
Unison offers several advantages over various synchronization methods such as CVS, Coda, rsync, Intellisync, etc. Unison can run on and synchronize between Windows and many UNIX platforms. Unison requires no root privileges, system access or kernel changes to function. Unison can synchronize changes to files and directories in both directions, on the same machine, or across a network using ssh or a direct socket connection.
Transfers are optimised using a version of the rsync protocol, making it ideal for slower links. Unison has a clear and precise specification, and is resilient to failure due to its careful handling of the replicas and its private structures.
Peter C. writes:
unison is the Right Answer for all your bidirectional synchronisaition needs. It even has a GUI and is easier than rsync for one-shot jobs.
I'm at OSCON this week in Portland, Oregon. Say howdy if you see me or come see me try avoid making a fool of myself at my presentation on Thursday afternoon.
More information on this package can be found on the Debian web site.
(If there is a package you would like to see featured here, go to the userinfo page and follow the directions there to submit your entry.)