tomkelsey wrote:
[SNIP]
You might want to take a look at this ACF thread: Subject: [Update]
Allway Sync v2.08 Date: Wed, 16 Mar 2005 00:44:04 +1100
From: "Gary R. Schmidt" <
[email protected]>
<q>
Looks like a front-end on top of Unison:
I am sure this is not the case, if only because alway sync uses MSSQL
and unison uses its own file format.
Hmm, it seems to have changed slightly since I looked at it, presumably
there have been some changes.
If the "free" version uses MSSQL, I wonder how that are paying the
license fees?
And, for that matter, the underlying database is the most trivial part
of such a tool, you could store the information in a flat-file and still
be fine until you got to many millions of files.
Changing databases is a SMOP - a Simple Matter Of Programming, it merely
takes time, sometimes very little time, sometimes years.
The tough bit in synchronisation is working out which files are changed,
_without_ doing a full read of each file, which can take forever.
That's what the blokes who wrote Unison wrote their paper(s) on, because
that's the interesting bit.
And, of course, there's the Harmony Project
<
http://www.cis.upenn.edu/~bcpierce/harmony/index.html>, which is
where they all went.