From owner-freebsd-questions@FreeBSD.ORG Mon May 28 16:17:55 2007 Return-Path: X-Original-To: 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 499DE16A400 for ; Mon, 28 May 2007 16:17:55 +0000 (UTC) (envelope-from roberthuff@rcn.com) Received: from smtp02.lnh.mail.rcn.net (smtp02.lnh.mail.rcn.net [207.172.157.102]) by mx1.freebsd.org (Postfix) with ESMTP id 0DAF513C447 for ; Mon, 28 May 2007 16:17:54 +0000 (UTC) (envelope-from roberthuff@rcn.com) Received: from mr08.lnh.mail.rcn.net ([207.172.157.28]) by smtp02.lnh.mail.rcn.net with ESMTP; 28 May 2007 12:17:54 -0400 Received: from smtp01.lnh.mail.rcn.net (smtp01.lnh.mail.rcn.net [207.172.4.11]) by mr08.lnh.mail.rcn.net (MOS 3.8.3-GA) with ESMTP id IRZ60203; Mon, 28 May 2007 12:17:54 -0400 (EDT) Received: from 65-78-26-179.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com (HELO jerusalem.litteratus.org.litteratus.org) ([65.78.26.179]) by smtp01.lnh.mail.rcn.net with ESMTP; 28 May 2007 12:17:48 -0400 From: Robert Huff MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <18011.173.677084.310998@jerusalem.litteratus.org> Date: Mon, 28 May 2007 12:17:49 -0400 To: questions@freebsd.org In-Reply-To: <20070528155109.GA10386@slackbox.xs4all.nl> References: <4532A9C5-9AA1-42B6-BC29-1FCB98EBC054@goldmark.org> <20070528145326.GC24417@gizmo.acns.msu.edu> <2C5ECA04-E6CD-48BC-B2DA-2B8153EB489D@goldmark.org> <20070528155109.GA10386@slackbox.xs4all.nl> X-Mailer: VM 7.17 under 21.5 (beta27) "fiddleheads" XEmacs Lucid X-Junkmail-Whitelist: YES (by domain whitelist at mr08.lnh.mail.rcn.net) Cc: Subject: Re: How to find disk slice layout 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, 28 May 2007 16:17:55 -0000 Roland Smith writes: > > > Note you do not back up the swap partition which is normally 'b' > > > and don't do anything to the 'c' partition which is there only to > > > describe the slice to the system and is not a true partition. > > > You can probably skip backing up your /tmp also. > > > > What about /dev and /var? > > I'd backup /var, because it's usually small. And it also contains > important things like your port options, and the database of > installed packages. While everyone needs to e aware of their own circumstances ... most of /var _can_ be rebuilt with varying degrees of effort. One exception I'm aware of: I believe mysql defaults to /var/mysql. (On the other hand - if that data is important, you already have a separate backup arrangement. Right?) Robert Huff