From owner-freebsd-current@FreeBSD.ORG Tue May 4 22:19:12 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 89F9916A4CE; Tue, 4 May 2004 22:19:12 -0700 (PDT) Received: from sccrmhc12.comcast.net (sccrmhc12.comcast.net [204.127.202.56]) by mx1.FreeBSD.org (Postfix) with ESMTP id E005D43D46; Tue, 4 May 2004 22:19:11 -0700 (PDT) (envelope-from kaarthik@comcast.net) Received: from the-saint.the-saint.localdomain (pcp09493799pcs.nrockv01.md.comcast.net[69.140.197.148]) by comcast.net (sccrmhc12) with ESMTP id <2004050505191001200b68nhe>; Wed, 5 May 2004 05:19:11 +0000 To: Kris Kennaway From: Kaarthik Sivakumar In-Reply-To: <20040505045829.GA50931@xor.obsecurity.org> (Kris Kennaway's message of "Tue, 4 May 2004 21:58:29 -0700") References: <27069625$1083545780409598b48f99f4.24297031@config22.schlund.de> <20040503013317.GA70955@troutmask.apl.washington.edu> <4095A795.8070108@adelphia.net> <4095AF71.6080906@obsecurity.org> <86k6zro4o5.fsf_-_@comcast.net> <20040505045829.GA50931@xor.obsecurity.org> Date: Wed, 05 May 2004 01:24:13 -0400 Message-ID: <86fzafo39e.fsf@comcast.net> User-Agent: Gnus/5.1002 (Gnus v5.10.2) XEmacs/21.5 (chayote, berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: freebsd-current@freebsd.org cc: freebsd-newbies@freebsd.org Subject: Re: Backups and all that X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 May 2004 05:19:12 -0000 >>> "KK" == Kris Kennaway writes: KK> On Wed, May 05, 2004 at 12:53:46AM -0400, Kaarthik Sivakumar wrote: >> Actually I have been meaning to ask: what exactly do you backup? >> Everybody and every doc says "backup the important stuff", but what >> exactly in the system is important? Currently I backup the following: >> >> /boot/loader.conf >> /etc >> /usr/X11R6/etc >> /usr/local/etc >> /usr/local/share/config >> /var/db/pkg >> /home/ >> /root >> >> Is this sufficient? KK> Only you can really answer that :) If you have files in other KK> directories that are important, of course you should back them up. KK> For example, not doing a full system backup will mean you have to KK> spend a lot of time reinstalling from scratch, e.g. reinstalling all KK> of your ports. Currently I am backing up all configuration information, since I spent too much time reading too many docs to set up my machine the way I want it. I cant go back and find the same docs and reread them if anything should happen to the machine. Infact I did lose data when I was running -stable but then I decided to switch to -current instead, so I had to reread all kinds of docs and redo my entire configuration all over again since -current and -stable currently dont do most of the things in the same way. My backup was therefore made moot. I havent otherwise lost any data and so I dont quite know what else is important. I just wanted to know what others were doing with respect to backups; atleast those who are taking backups. kaarthik