From owner-freebsd-questions@FreeBSD.ORG Mon Jul 18 19:38:51 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 5134716A41C for ; Mon, 18 Jul 2005 19:38:51 +0000 (GMT) (envelope-from mark@gaiahost.coop) Received: from biodiesel.gaiahost.coop (biodiesel.gaiahost.coop [64.95.78.120]) by mx1.FreeBSD.org (Postfix) with ESMTP id 03E5F43D48 for ; Mon, 18 Jul 2005 19:38:50 +0000 (GMT) (envelope-from mark@gaiahost.coop) Received: from localhost ([::ffff:216.153.147.194]) (AUTH: LOGIN mark@hubcapconsulting.com) by biodiesel.gaiahost.coop with esmtp; Mon, 18 Jul 2005 15:38:47 -0400 id 0073C05B.42DC0549.000008FA Received: by localhost (sSMTP sendmail emulation); Mon, 18 Jul 2005 15:38:55 -0400 Date: Mon, 18 Jul 2005 15:38:54 -0400 From: Mark Bucciarelli To: freebsd-questions@freebsd.org Message-ID: <20050718193854.GA2304@rabbit> Mail-Followup-To: freebsd-questions@freebsd.org References: <38171.1121430073@thrush.ravenbrook.com> <42D7EBDE.8030807@mac.com> <42D80B5D.6060107@mac.com> <9645FE68-04AE-4B74-AB33-4746A609E317@shire.net> <42D8101B.2040806@mac.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline In-Reply-To: <42D8101B.2040806@mac.com> User-Agent: Mutt/1.4.2.1i Subject: Re: better disk reliability on a desktop machine 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: Mon, 18 Jul 2005 19:38:51 -0000 On Fri, Jul 15, 2005 at 03:35:55PM -0400, Chuck Swiger wrote: > As someone else suggested, you can also stick things like config files into > version control (like CVS, subversion, etc), and then back that up via the > mechanism above. Be careful about CVS and symbolic links. They don't mix. Maybe not a big issue for FreeBSD startup scripts, but on Linux this was a lesson I learned the hard way. ;) m