Click to See Complete Forum and Search --> : synchronise 2 servers


l01yuk
10-15-2003, 10:57 AM
I have 2 RH servers (7.2 and 9) that I need to synch. The ping time between them is about 300ms and there is about 70G of data on each that needs to be checked and the changes copied across both ways.

Ok, I have tried rsync but that uses to much memory and stops the servers, rdist wasn't made for loads of small files and low bw (which is what I have) and I haven't been able to use unison effecticely here either.

Any suggestions? Has anyone managed to use a tool to do something similar?

I am not after a revision control system, just a synch.

I need a synch that can handle lots of small files over low bandwidth without using a huge amount of memory.

Thank you in advance guys, I am really stuck this time.