[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: DFS alternative for linux

From: Ruslan Sivak <rsivak_at_istandfor.com>
Date: 2006-10-10 00:11:49 CEST

This looks promising... It says somewhere that only one node can be
read/write at a time. Not sure yet if this is going to be a problem.

Thank you for the link, Dave.

Russ

Dave_Thomas mailing lists wrote:
> 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
> <mailto: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
> <mailto: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
> <mailto:users-unsubscribe@subversion.tigris.org>
> > For additional commands, e-mail:
> users-help@subversion.tigris.org
> <mailto:users-help@subversion.tigris.org>
> >
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> <mailto:users-unsubscribe@subversion.tigris.org>
> For additional commands, e-mail: users-help@subversion.tigris.org
> <mailto: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 Tue Oct 10 00:12:21 2006

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.