From owner-freebsd-questions@FreeBSD.ORG Sun Apr 16 16:09:02 2006 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 3FDFB16A405 for ; Sun, 16 Apr 2006 16:09:02 +0000 (UTC) (envelope-from oliver-mailinglist@charter.net) Received: from mxsf37.cluster1.charter.net (mxsf37.cluster1.charter.net [209.225.28.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id C422943D45 for ; Sun, 16 Apr 2006 16:09:01 +0000 (GMT) (envelope-from oliver-mailinglist@charter.net) Received: from mxip33a.cluster1.charter.net (mxip33a.cluster1.charter.net [209.225.28.248]) by mxsf37.cluster1.charter.net (8.12.11/8.12.11) with ESMTP id k3GG90YO007693 for ; Sun, 16 Apr 2006 12:09:00 -0400 Received: from 24-205-236-185.dhcp.snlo.ca.charter.com (HELO linux.linux) ([24.205.236.185]) by mxip33a.cluster1.charter.net with ESMTP; 16 Apr 2006 12:09:00 -0400 From: Oliver Iberien To: freebsd-questions@freebsd.org Date: Sun, 16 Apr 2006 09:08:56 -0700 User-Agent: KMail/1.9.1 References: <111406706926b8b45671.846930886.ajr9@po.cwru.edu> <7.0.1.0.2.20060416085459.06653ab8@antimatter.net> In-Reply-To: <7.0.1.0.2.20060416085459.06653ab8@antimatter.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200604160908.56707.oliver-mailinglist@charter.net> Cc: Andy Reitz , Glenn Dawson Subject: Re: Newbie question -- which files to back up? 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: Sun, 16 Apr 2006 16:09:02 -0000 On Sunday 16 April 2006 09:00, Glenn Dawson wrote: > At 09:58 PM 2/22/2006, Andy Reitz wrote: > >Hi Oliver, > > > >At a minimum, you will probably want to back up the following directories: > > > > /etc > > /usr/local/etc > > /home > > > >That will get all of the configuration files for FreeBSD and the > >software thar you installed from ports. > > Actually, no. If you want to backup the software installed from > ports you will typically need /usr/local. > > The contents of /var/db would also be desirable so that you know > which ports are installed on the machine among other things. > > -Glenn > > > The last directory will det all of your user's data. Some other > > applications might put data in other places, however, so you might > > want to research the applications that you are running to make sure > > you don't miss any important data. > > > >-Andy. Thanks for all this information. Can /usr/local and /var/db just be copied directly back in after recovery, or (if it's more complicated that that) would there be a tutorial on this somewhere? Oliver