I have a cluster active / pasive using HA. I need to mirror data in 2 ways: node1 to node2 and node2 to node1 keeping the most recently file. Any Ideas?
On Wed, Apr 05, 2006 at 07:50:50PM +0000, Martin Fernandez wrote:> I need to mirror data in 2 ways: > node1 to node2 and node2 to node1 keeping the most recently file.Either use --update or look into a program designed for 2-way mirroring, such as unison. ..wayne..