From owner-freebsd-questions@FreeBSD.ORG Wed Sep 21 00:32:23 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 13C1D16A41F for ; Wed, 21 Sep 2005 00:32:23 +0000 (GMT) (envelope-from lavalamp@spiritual-machines.org) Received: from mail.digitalfreaks.org (arbitor.digitalfreaks.org [216.151.95.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id C366843D45 for ; Wed, 21 Sep 2005 00:32:22 +0000 (GMT) (envelope-from lavalamp@spiritual-machines.org) Received: by mail.digitalfreaks.org (Postfix, from userid 1022) id D458D1141B; Tue, 20 Sep 2005 20:32:21 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by mail.digitalfreaks.org (Postfix) with ESMTP id 6E8A81141A for ; Tue, 20 Sep 2005 20:32:21 -0400 (EDT) Date: Tue, 20 Sep 2005 20:32:19 -0400 (EDT) From: "Brian A. Seklecki" X-X-Sender: lavalamp@arbitor.digitalfreaks.org To: freebsd-questions@freebsd.org Message-ID: <20050920200555.B20769@arbitor.digitalfreaks.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Subject: periodic(8) / daily bsdlabel / fdisk / softraid* 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: Wed, 21 Sep 2005 00:32:23 -0000 All: I just realized that the stock perdiodic scripts dont backup fdisk/disklabel output. I'm taken back a bit; NetBSD and OpenBSD have always done this (archive to /var/backup). We backup the password and group files, but not system info. Obviously, RAID can mitigate the need for this, but imagine a DRP scenario where you have to recover a host to an offsite warm/cold failover facility from off-site tape backups. You can get your vendor to provide identical hardware, but without disk parition/slice info, how are you going to recover your disks? It's bad enough we don't have a unified way to talk to RAID controllers yet...the least we can do is try. We should probably also backup gmirror/gvinum config outputs... *sigh* ~BAS