[GLLUG] Replication Software For Linux

Sean picasso@madflower.com
Mon, 23 Sep 2002 13:21:44 -0400 (EDT)


Use AFS and mirror the volumes =) 

On Mon, 23 Sep 2002, Mike Szumlinski wrote:

> I would think this is a something a simple shell script and a cron job 
> would do better than special software.
> 
> #!/bin/sh
> mount /path/to/server1 /mountpoint1
> mount /path/to/server2 /mountpoint2
> cp -R /path/to/webpage/ /mountpoint1
> cp -R /path/to/webpage/ /mountpoint2
> umount /mountpoint1
> umount /mountpoint2
> 
> or something more civilized
> 
> -Mike
> On Monday, September 23, 2002, at 09:22  AM, Ex Fed wrote:
> >
> > I have been asked to set up replication to replicate a persons web 
> > pages across three servers.  Initially, I thought that the page could 
> > be displayed inside of a frame and would not need to be replicated 
> > onto the other servers, but the customer wants the page replicated 
> > onto the other two servers automatically.
> 
> 
> _______________________________________________
> linux-user mailing list
> linux-user@egr.msu.edu
> http://www.egr.msu.edu/mailman/listinfo/linux-user
>