From owner-freebsd-questions@FreeBSD.ORG Wed Nov 12 08:04:19 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1E9A416A4CE for ; Wed, 12 Nov 2003 08:04:19 -0800 (PST) Received: from webserver2.rtl.org (rtl-3.i2k.com [63.94.12.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB62043FA3 for ; Wed, 12 Nov 2003 08:04:17 -0800 (PST) (envelope-from jstewart@rtl.org) Received: from rtl.org (rtl-2.i2k.com [63.94.12.206]) by webserver2.rtl.org (8.11.6/8.11.6) with ESMTP id hACFt4T30096; Wed, 12 Nov 2003 10:55:04 -0500 Message-ID: <3FB258B6.4080906@rtl.org> Date: Wed, 12 Nov 2003 10:58:46 -0500 From: Jason Stewart User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030701 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Noah References: <20031112154453.M86812@enabled.com> In-Reply-To: <20031112154453.M86812@enabled.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: backup drive scheme X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Nov 2003 16:04:19 -0000 Noah wrote: > FreeBSD 4.8 -STABLE > > I currently have two 120GB SCSI drives in a machine. one drive is the main > disk and the other drive is a complete exact copy of the first drive. > > I am using rsync every 24 hours to backup drive 1 to drive 2. can somebody > recommend another backup solution here? Things are working fine right now. > just trying to figure out other solutions? > > - Noah > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > How about RAID 1 with vinum? Alternatively you could go out and buy a hardware based RAID controller for a few bucks if you're serious about performance. Jason