1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
Source: tra
Section: net
Priority: optional
Maintainer: Chris Hanson <cph@debian.org>
Build-Depends: debhelper (>= 4.0.0)
Standards-Version: 3.5.7
Package: tra
Architecture: i386
Depends: ${shlibs:Depends}
Description: a file-system synchronizer
Tra is a user level file system synchronizer designed to
facilitate easy disconnected operation. Most tools like Tra employ
version vectors, while Tra instead uses vector synchronization and
modification times. The semantic difference is small but has
significant effects; in particular, Tra operates without distributed
garbage collection.
.
Unlike most other synchronization tools, Tra can synchronize replicas
on multiple hosts, even when some of those hosts are temporarily
unavailable. For example, if at some time in the past A and B were
synchronized, and at a different time B and C were synchronized, it
is possible to synchronize A and C. This doesn't work well with
tools like Unison, which do pair-wise synchronization.
.
However, Tra is still in early development. It doesn't yet have a
GUI interface, the command-line interface is still evolving, there is
no support for Windows hosts, and it has received only limited
testing. Meanwhile, this package is meant to facilitate testing and
development of Tra.
|