From owner-freebsd-questions@FreeBSD.ORG Mon Mar 7 14:36:27 2005 Return-Path: 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 77D2716A4CE for ; Mon, 7 Mar 2005 14:36:27 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id CEECF43D53 for ; Mon, 7 Mar 2005 14:36:26 +0000 (GMT) (envelope-from freminlins@gmail.com) Received: by wproxy.gmail.com with SMTP id 69so1189041wri for ; Mon, 07 Mar 2005 06:36:26 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=lp+envHL/6jpK0tTs1US4wGXCMCUGatiKaqd9ojvPp/oSiMFhl84NEB/PaDDg1ZjhVcI3nk95grYEnDELvQZbuWwop+6AH7aFTb3vqwhaazmVZKN8rOcMkNpANVjvmZ2Daajk3O8G8vYa0JhX1x2kGkqLMiykvzntwx/1rIiA2U= Received: by 10.54.56.11 with SMTP id e11mr37561wra; Mon, 07 Mar 2005 06:36:26 -0800 (PST) Received: by 10.54.4.59 with HTTP; Mon, 7 Mar 2005 06:36:26 -0800 (PST) Message-ID: Date: Mon, 7 Mar 2005 14:36:26 +0000 From: Freminlins To: freebsd-questions@freebsd.org In-Reply-To: <1946173739.20050307145644@wanadoo.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <1946173739.20050307145644@wanadoo.fr> Subject: Re: What's the easiest way to do a backup and verify? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Freminlins List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Mar 2005 14:36:27 -0000 On Mon, 7 Mar 2005 14:56:44 +0100, Anthony Atkielski wrote: > Is there an easy way to combine a backup and verify when doing backups > with dump? With the FreeBSD version of dump, no. You can use the L flag to ensure a consistent dump, though this is not the same thing as verifying a dump. > On Windows NT it's just a matter of checking a box. I seem to recall > the last time I looked into this on UNIX there was no easy way to > accomplish a verify operation for a backup, but perhaps things have > changed with FreeBSD 5.3 (?). Well on Solaris it is possible using the v flag. > I've never had a problem with backup (I backup to DAT tape), but I'd > feel better if every backup was followed by a verify to make sure the > tape is readable. I have always had mixed feelings about this. Although it is nice to know the dump was correctly written, that is only valid at that time. There is no guarantee that reading from the tape weeks later is possible. Noone cares how good your backups are, only "I need my files back NOW!!" > Anthony Frem.