[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-developers] Mirror
- Subject: Re: [cobalt-developers] Mirror
- From: "John P. Looney" <valen@xxxxxxxxxx>
- Date: Tue Aug 27 09:30:00 2002
- List-id: Discussion Forum for developers on Sun Cobalt Networks products <cobalt-developers.list.cobalt.com>
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