[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-developers] Mirror



On Tue, Aug 27, 2002 at 10:53:59AM -0500, Chris Briede mentioned:
> Here is what I am ultimatly looking to do:
> 1 - I have 2 XTR's - I would love to setup one and auto mirror the 
> second.

 Well, you can setup rsync very easily. Download it from rsync.samba.org,
set up rsync to run from your inetd.conf, and setup an rsync share of
/home/ for instance.

> 2 - automate the mirror (sync) process each night.

 Then, you should be just able to run:

    rsync://host1/home /home/

 each night, and the content would be copied over.

> 3 - Would love to load balance the 2 (If one went down the second to 
> take over.)

 Rsync sounds perfect for your needs.

John