[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-developers] XTR Backup
- Subject: Re: [cobalt-developers] XTR Backup
- From: "Gerald Waugh" <gerald@xxxxxxxxx>
- Date: Tue Oct 23 02:22:01 2001
- List-id: Discussion Forum for developers on Sun Cobalt Networks products <cobalt-developers.list.cobalt.com>
> Does anybody know what I need to efficiently back up a RAQ XTR with all
> virtual sites, users and mailboxes. We are using the XTRs as Webmail servers
> with
> apprx. 2000 users on 3 virtual sites. I would like to use a Hardware
> solution if possible (we have a spare XTR available) because our backup
> server does not
> have access to our public domain. We are using the Major Domo Webmail Client
> running on Sendmail (as delivered by Sun Cobalt).
>
http://rsync.samba.org
Run rsync daemon on the server and client on the backup.
schedule cron to do the sync.
Gerald