From owner-freebsd-questions@FreeBSD.ORG Mon Oct 3 17:36:06 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 D503616A421 for ; Mon, 3 Oct 2005 17:36:06 +0000 (GMT) (envelope-from garys@opusnet.com) Received: from opusnet.com (mail.opusnet.com [209.210.200.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8755E43D45 for ; Mon, 3 Oct 2005 17:36:04 +0000 (GMT) (envelope-from garys@opusnet.com) Received: from localhost.localhost [70.98.246.232] by opusnet.com with ESMTP (SMTPD32-8.05) id AC00587700E0; Mon, 03 Oct 2005 10:36:00 -0700 Received: from localhost.localhost (localhost.localhost [127.0.0.1]) by localhost.localhost (8.13.3/8.13.3) with ESMTP id j93HdK1D047152 for ; Mon, 3 Oct 2005 10:39:20 -0700 (PDT) (envelope-from garys@opusnet.com) Received: (from jojo@localhost) by localhost.localhost (8.13.3/8.13.3/Submit) id j93HdF5d047151; Mon, 3 Oct 2005 10:39:15 -0700 (PDT) (envelope-from garys@opusnet.com) To: freebsd-questions@freebsd.org From: garys@opusnet.com (Gary W. Swearingen) Date: Mon, 03 Oct 2005 10:39:15 -0700 Message-ID: User-Agent: Gnus/5.1007 (Gnus v5.10.7) XEmacs/21.4.17 (Jumbo Shrimp, berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: What do scary messages from "dump" mean? 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: Mon, 03 Oct 2005 17:36:06 -0000 On FreeBSD 5.4-R, I did a backup using 4 dump/restores and each dump (-0L) gave two scary-looking lines like those that stick out here: ... DUMP: estimated 71239 tape blocks. DUMP: dumping (Pass III) [directories] DUMP: dumping (Pass IV) [regular files] warning: ./.snap: File exists expected next file 4037, got 180 DUMP: DUMP: 72413 tape blocks DUMP: finished in 10 seconds, throughput 7241 KBytes/sec ... 1) Why should "dump" warn about "./.snap" when the manpage implies that not having one is a problem that it explains how to fix? 2) What's the "expected" line trying to tell me? I can guess that "file 4037" means "inode 4037", but I don't know what I'm supposed to do with this information. One could worry that the dump was bad. Should it be telling me things like that? What could the manpage say to explain such a message? Thanks.