--On Samstag, 31. Januar 2004 08:31 -0500 Joaquim Laureano
<laur...@lusostar.com> wrote:
This might be the wrong list for this question, but it might
be related to maildrop.
I have two email servers which I would like to keep in sync
all the time. The messages should be available on both at the
same time. Initially I though of using rsync by having it syncing
from A to B, and 2 minutes later syncing from B to A. This seems
to fail because messages start appearing as duplicates. Syncing
one way only avoids the duplicates, but fails to make sure that
both servers contain the set of messages.
Anyone as knowledge if maildrop can be used to perform this
function correctly? Is there any other option?
Maildrop cant help with this, and there are no quotas possible
if you to add or delete anything in the maildirs.
Package: drsync
Status: install ok installed
Priority: optional
Section: misc
Installed-Size: 76
Maintainer: Paul Hedderly <pr...@debian.org>
Version: 0.4-1
Depends: rsync, perl, libgetopt-mixed-perl
Description: Two-way remote file synchronisation
drsync.pl uses rsync to synchronise between two directories
(local or remote), but stores state information for files,
so that it can be used in both directions, and can
cope with files created, modified or deleted in either
repository.
Unison does about the same, but is very picky about the versions
installed on each end.
Just dont expect this setup to uncrease the availability in
case of a crash - if the files on either end get corrupted
or vanishing this will be also propagated to the other side.