From owner-freebsd-questions@FreeBSD.ORG Thu May 24 15:03:56 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5CF8F16A400 for ; Thu, 24 May 2007 15:03:56 +0000 (UTC) (envelope-from jason+lists.freebsd-questions@lixfeld.ca) Received: from mx1.arionetworks.ca (alpha.arionetworks.ca [69.90.16.189]) by mx1.freebsd.org (Postfix) with ESMTP id 313DB13C46A for ; Thu, 24 May 2007 15:03:55 +0000 (UTC) (envelope-from jason+lists.freebsd-questions@lixfeld.ca) Received: from beta.arionetworks.ca ([216.7.194.254] helo=[192.168.100.190]) by mx1.arionetworks.ca with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.67 (FreeBSD)) (envelope-from ) id 1HrEr0-000KAC-VF for freebsd-questions@freebsd.org; Thu, 24 May 2007 11:03:55 -0400 Mime-Version: 1.0 (Apple Message framework v752.3) In-Reply-To: References: <28E0DBBA-BB24-4D6B-AE65-07EB5254025C@lixfeld.ca> <23E233D0-EBD1-4779-8334-8124031CDD64@lafn.org> <031D3633-5CE3-4962-961A-F879C3CF1949@lixfeld.ca> Message-Id: From: Jason Lixfeld Date: Thu, 24 May 2007 11:03:49 -0400 To: freebsd-questions@freebsd.org X-Mailer: Apple Mail (2.752.3) X-SA-Trusted-Sender: Yes X-SA-Exim-Connect-IP: 216.7.194.254 X-SA-Exim-Mail-From: jason+lists.freebsd-questions@lixfeld.ca X-Spam-Checker-Version: SpamAssassin 3.1.8 (2007-02-13) on ricky.arionetworks.ca X-Spam-Level: X-Spam-Status: No, score=-4.4 required=5.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.1.8 Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Content-Transfer-Encoding: 7bit X-SA-Exim-Version: 4.2 X-SA-Exim-Scanned: Yes (on mx1.arionetworks.ca) Subject: Re: Backup advice X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 May 2007 15:03:56 -0000 On 24-May-07, at 3:43 AM, Doug Hardie wrote: > Rsync will leave you with a duplicate of the drive. You could > pretty much boot off it and run. You would need to configure the > drive and install a boot loader though. The boot off and run is more in-line with what I want to do, so I will go the rsync route instead of the dump/restore route. Thanks for your feedback, Doug. It's been a great help.