From owner-freebsd-questions@FreeBSD.ORG Tue Aug 7 09:28:41 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8F66016A419 for ; Tue, 7 Aug 2007 09:28:41 +0000 (UTC) (envelope-from illoai@gmail.com) Received: from fk-out-0910.google.com (fk-out-0910.google.com [209.85.128.190]) by mx1.freebsd.org (Postfix) with ESMTP id 174C113C480 for ; Tue, 7 Aug 2007 09:28:40 +0000 (UTC) (envelope-from illoai@gmail.com) Received: by fk-out-0910.google.com with SMTP id b27so1920404fka for ; Tue, 07 Aug 2007 02:28:39 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=BUsqjKM+2iZx3ZyXpcO3JRYGOCL/62Ev4DxHVvOEI426YZEIxZP/oNrCm3Dfwp+lywqdvM5fcD9ztKOM/Ca4wcNbpaymART4mC5gcQxSL/pb3rfcpicqFB1JP9vL3j9FuHTWSyQyzifCLF7JNK9iidgZy2WQFrhm1Fmq2hKMopY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=rlylpmdwuGvavizCbYsyTIPuD5hJIIWdjxfJfHYJQVwqSKKh28nGf1dsUoGxw/sN9mi9T7tYNpaUHMc/EeV+ysUb8pB3VmPpCI23PdQuuY1QZCVL2GkZWRK9cykkU4fMJ9InbCumSqvU3NI+lz0/5QzenCbWrNEkxQD/xzCYBoc= Received: by 10.82.126.5 with SMTP id y5mr6479908buc.1186478919186; Tue, 07 Aug 2007 02:28:39 -0700 (PDT) Received: by 10.82.185.5 with HTTP; Tue, 7 Aug 2007 02:28:39 -0700 (PDT) Message-ID: Date: Tue, 7 Aug 2007 04:28:39 -0500 From: "illoai@gmail.com" To: "Victor Sudakov" , freebsd-questions@freebsd.org In-Reply-To: <20070807071805.GA42466@admin.sibptus.tomsk.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20070724115401.GA1355@admin.sibptus.tomsk.ru> <20070806025614.GA21368@admin.sibptus.tomsk.ru> <20070806071857.GA23813@admin.sibptus.tomsk.ru> <20070806110518.GA8074@epia-2.farid-hajji.net> <20070807015038.GA39353@admin.sibptus.tomsk.ru> <20070807071805.GA42466@admin.sibptus.tomsk.ru> Cc: Subject: Re: dump -L 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, 07 Aug 2007 09:28:41 -0000 On 07/08/07, Victor Sudakov wrote: > illoai@gmail.com wrote: > > > > > > > > > Does nobody know the answer, or am I the only one experiencing the > > > > > > > problem? > > > > > > > > > > > > I don't know the answer, but I get essentially the > > > > > > same behaviour. I have never seen any data loss, > > > > > > > > > > I gave an example below. The file "wins.dat" was not dumped. It is > > > > > indeed missing from the tape. > > > > > > > > > > If this is not a data loss, what is it then? > > > > > > > > > Not to perpetuate an argument for its own sake, > > but I suppose I meant "data loss" to mean the loss > > of files that _should_ exist, as opposed to files that > > _could_ exist. A fine line, but in my /laissez faire/ > > universe a quite salient one. > > > > As to whether wins.dat should exist is beyond me. > > If you believe it should, then that would be data loss > > If it (or any other file) does exist in the filesystem, it should > exist also in the backup. Otherwise we have a defective backup. You are begging the question. The functional definition of a live filesystem is one in which you cannot guarantee the state to be determineable across time. Snapshots might make it more likely, being faster, but they still have to work in time*. To put it another way: by the time any part of the system knows the state of any part of the system, it is wrong. I would like to point out that I am not saying that dump does not have a bug, but that this is not evidence in and of itself for it. *And no matter what anyone tells you, time is not infinitely divisible. -- --