Filesystem replication?

knowtree at aloha.com knowtree at aloha.com
Thu Sep 23 14:32:57 PDT 2004


>      Does anyone know of something that will allow me to have 2 file
> servers and have their file systems be always in sync automatically? 
> Basically, I'm looking for a rsync type program/system that runs in
> the background, and when a file is changed on server1, it is
> copied/updated/removed/whatever on server2.

Begin here:
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/disks-virtual.html

By what process will files change? A requirement such as this implies
something more than generic filesystem actions, an application such as an
accounting system. In that case, the slave feature of mySQL may be what you
need, and check out postgresql, too. If the database solution doesn't fit,
perhaps the application could manage the redundant saves or periodic
syncronization.

Gary Dunn
Honolulu



More information about the freebsd-questions mailing list