From owner-freebsd-questions@FreeBSD.ORG Tue Nov 22 18:09:45 2005 Return-Path: X-Original-To: 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 4231816A41F for ; Tue, 22 Nov 2005 18:09:45 +0000 (GMT) (envelope-from jerrymc@clunix.cl.msu.edu) Received: from clunix.cl.msu.edu (clunix.cl.msu.edu [35.9.2.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id D1CDA43D4C for ; Tue, 22 Nov 2005 18:09:44 +0000 (GMT) (envelope-from jerrymc@clunix.cl.msu.edu) Received: from clunix.cl.msu.edu (localhost [127.0.0.1]) by clunix.cl.msu.edu (8.12.10+Sun/8.12.2) with ESMTP id jAMI9N38008262; Tue, 22 Nov 2005 13:09:23 -0500 (EST) Received: (from jerrymc@localhost) by clunix.cl.msu.edu (8.12.10+Sun/8.12.2/Submit) id jAMI9MIa008261; Tue, 22 Nov 2005 13:09:22 -0500 (EST) From: Jerry McAllister Message-Id: <200511221809.jAMI9MIa008261@clunix.cl.msu.edu> To: jnatola@familycareintl.org (Jean-Paul Natola) Date: Tue, 22 Nov 2005 13:09:22 -0500 (EST) In-Reply-To: <3A85D7EF44E1C744BF6434691F5659E9622EEC@fci-ex.FCI> X-Mailer: ELM [version 2.5 PL7] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: questions@freebsd.org Subject: Re: Dump Help 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: Tue, 22 Nov 2005 18:09:45 -0000 > > > > > > Jean-Paul Natola > > > Network Administrator > > > Information Technology > > > Family Care International > > > 588 Broadway Suite 503 > > > New York, NY 10012 > > > Phone:212-941-5300 xt 36 > > > Fax: 212-941-5563 > > > Mailto: Jnatola@Familycareintl.org > > > > Well I would think I would want all my configuration files, for the main > applications EXIM CLAM ETC, so that when I reinstalled via ftp or cd, I > don't have to go in and make the changes to say , the exim cf file, the > custom rules I have for SA etc,, > > I do believe the bulk would be in /usr/local > Well, that isn't much in size terms. A lot of that would be in either /etc or /usr/local/etc. You could also dump root which is not big or make a little script that copies the config files you want that are not already in one of the dumped filesystems, over to some special space in one of those dumped filesystems. Then, if you ever need to recover them, they would be in a convenient place. That would be more likely needed after tinkering with them than from a system failure anyway. So, having a copy living somewhere convenient that does not require a restore could come in handy as well. ////jerry