Server mirroring

As a part of business continuity plan we are going to have all our servers
replicated in a different place to which a fiber connection is available.
(Currently its running at 100Mb) Servers are running mostly RH Linux 7.2 to
8.x and couple of Win 2000 servers too.

I'm looking for a non-expensive software solution for this task.

Your help is appreciated,

Priyantha

-----BEGIN PGP SIGNED MESSAGE-----
Hash: MD5

Hello Priyantha,

For the RedHat boxes you can use rsync:

http://samba.anu.edu.au/rsync/

Thursday, November 27, 2003, 4:35:21 PM, you wrote:

As a part of business continuity plan we are going to have all our servers
replicated in a different place to which a fiber connection is available.
(Currently its running at 100Mb) Servers are running mostly RH Linux 7.2 to
8.x and couple of Win 2000 servers too.

I'm looking for a non-expensive software solution for this task.

allan
- --
Allan Liska
allan@allan.org
http://www.allan.org

Priyantha writes on 11/27/2003 4:35 PM:

As a part of business continuity plan we are going to have all our servers
replicated in a different place to which a fiber connection is available.
(Currently its running at 100Mb) Servers are running mostly RH Linux 7.2 to
8.x and couple of Win 2000 servers too.

rsync is your best option on linux
On windows? Well, install cygwin (or at least a barebones version of cygwin) and see http://www.gaztronics.net/rsync.php

Date: Thu, 27 Nov 2003 16:35:21 -0500
From: Priyantha

As a part of business continuity plan we are going to have all our servers
replicated in a different place to which a fiber connection is available.
(Currently its running at 100Mb) Servers are running mostly RH Linux 7.2 to
8.x and couple of Win 2000 servers too.

I'm looking for a non-expensive software solution for this task.

I know this thread is OT, but I think it's necessary to point
out rsync works for master/slave setups. Email, database, log
files, and FTP complicate matters.

Eddy

check out the following link for info on rsync:

http://samba.anu.edu.au/rsync/

not sure how well it will work with the win2k machines...

steve

Bill Stearns has some *excellent* information on combining rsync with
SSH & public/private keys if you need to backup the data in a secure
fashion.

http://www.stearns.org/rsync-backup/

If all you need is straight rsync, he has a script for that too:

http://www.stearns.org/rsync-mirror/

HTH,
C

On Fri, Nov 28, 2003 at 07:01:43AM -0500, Chris Brenton's all...
  >> http://samba.anu.edu.au/rsync/
  >
  >Bill Stearns has some *excellent* information on combining rsync with
  >SSH & public/private keys if you need to backup the data in a secure
  >fashion.
  >
  >http://www.stearns.org/rsync-backup/
  >
  >If all you need is straight rsync, he has a script for that too:
  >
  >http://www.stearns.org/rsync-mirror/

also check out unison.
   
http://www.cis.upenn.edu/~bcpierce/unison/
   
/kc