Linux does in fact have something like that, DRBD. It works with
multimaster replication, I've used this reliably on a high-volume postgres
database.
http://en.wikipedia.org/wiki/DRBD
You will need to set aside a partition on the hard drive (or local raid) on
each system you need to share.
Also be careful to take lots of time to set it up properly and ALWAYS run
exactly the same version on every system!
Good luck,
Dave
On 10/9/06, Bob Hiestand <bob.hiestand@gmail.com> wrote:
>
> You should look into inotify, which is the linux file change event
> notification system. You can write a script to copy any changed file
> through rsync or any other method you may prefer.
>
> On 10/4/06, Ruslan Sivak <rsivak@istandfor.com> wrote:
> > I'm looking to keep my working copies syncronized between 2 servers, and
> > I was wondering if there is something similar to DFS on linux. On
> > windows we use DFS (Distributed File System) which replicates changes
> > between 2 shares almost instantly. It detects that files have changed
> > and initiates replication. Sometimes it's kind of slow for large
> > changes, but it works perfect for small deployments.
> >
> > Is there something similar that exists for linux?
> >
> > Russ
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> > For additional commands, e-mail: users-help@subversion.tigris.org
> >
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
>
>
Received on Mon Oct 9 22:19:54 2006