From owner-freebsd-stable@FreeBSD.ORG Wed Mar 25 02:08:14 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 554551065670; Wed, 25 Mar 2009 02:08:14 +0000 (UTC) (envelope-from mi+thun@aldan.algebra.com) Received: from aldan.algebra.com (aldan.algebra.com [216.254.65.224]) by mx1.freebsd.org (Postfix) with ESMTP id 272878FC21; Wed, 25 Mar 2009 02:08:12 +0000 (UTC) (envelope-from mi+thun@aldan.algebra.com) Received: from aldan.algebra.com (localhost [127.0.0.1]) by aldan.algebra.com (8.14.3/8.14.3) with ESMTP id n2P2841H071637; Tue, 24 Mar 2009 22:08:08 -0400 (EDT) (envelope-from mi+thun@aldan.algebra.com) Message-ID: <49C99204.2050601@aldan.algebra.com> Date: Tue, 24 Mar 2009 22:08:04 -0400 From: "Mikhail T." User-Agent: Thunderbird 2.0.0.18 (X11/20081126) MIME-Version: 1.0 To: "Daniel O'Connor" References: <49C83673.3000604@aldan.algebra.com> <49C98202.9040403@modulus.org> <49C98680.7020301@aldan.algebra.com> <200903251232.11418.doconnor@gsoft.com.au> In-Reply-To: <200903251232.11418.doconnor@gsoft.com.au> Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 8bit Cc: freebsd-stable@freebsd.org, fs@freebsd.org, Andrew Snow Subject: Re: dump | restore fails: unknown tape header type 1853384566 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Mar 2009 02:08:14 -0000 Daniel O'Connor ΞΑΠΙΣΑΧ(ΜΑ): >> morning is still hanging (in sbwait) -- I've never seen this before. I'm >> also very troubled, that such an important functionality (dump/restore!) >> is sooo problem-prone, and yet so few people seem to care... >> > > Well, "works for me". > Well, would like a login on this system to take a look for yourself? I can reproduce the problem easily. >> Is the official view, that dump is obsolete (and already bit-rotten), >> perhaps, and use of tar is encouraged instead? >> > > I've never had dump fail but it IS rather crusty and slow.. That said tar > doesn't cover all the information I believe. So, if dump/restore ain't it, does FreeBSD have a supported way of making filesystem-level backups, that's both modern and covers all aspects (like flags)? That said, I point out, that for me, dump is not failing (although it did hang this morning). It is the restore, which fails to read dump's output: unknown tape header type 213474529 abort? [yn] n resync restore, skipped 502 blocks expected next file 54, got 0 unknown tape header type -954356454 abort? [yn] n resync restore, skipped 29 blocks expected next file 54, got 0 unknown tape header type -1754938223 abort? [yn] n resync restore, skipped 482 blocks expected next file 54, got 0 unknown tape header type -915868704 abort? [yn] n resync restore, skipped 29 blocks expected next file 54, got 0 unknown tape header type 1790084751 abort? [yn] n resync restore, skipped 482 blocks expected next file 54, got 0 unknown tape header type 903667267 abort? [yn] n ... Thanks! -mi