From owner-freebsd-questions@FreeBSD.ORG Fri Feb 6 08:31:07 2009 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 C83D3106566B for ; Fri, 6 Feb 2009 08:31:07 +0000 (UTC) (envelope-from terry@bluelight.org.uk) Received: from cf.bluelight.org.uk (bluelight.org.uk [80.229.144.50]) by mx1.freebsd.org (Postfix) with ESMTP id 57F0C8FC08 for ; Fri, 6 Feb 2009 08:31:06 +0000 (UTC) (envelope-from terry@bluelight.org.uk) Received: from games-fd ([192.168.2.138]) by cf.bluelight.org.uk with esmtpa (Exim 4.69 (FreeBSD)) (envelope-from ) id 1LVM73-0004Yn-Dp for freebsd-questions@freebsd.org; Fri, 06 Feb 2009 08:31:02 +0000 Message-ID: <498BF548.1050309@bluelight.org.uk> Date: Fri, 06 Feb 2009 08:31:04 +0000 From: Terry User-Agent: Thunderbird 2.0.0.19 (Windows/20081209) MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <20090206005253.21790106576E@hub.freebsd.org> In-Reply-To: <20090206005253.21790106576E@hub.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: -1.4 (-) X-Spam-Report: Spam detection software, running on the system "cf.bluelight.org.uk", has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see The administrator of that system for details. Content preview: Hi list, with freebsd 7.0, after a probably successful dump : #dump -0Lauf ./ad0s1f.dump /dev/ad0s1f DUMP: Date of this level 0 dump: Thu Feb 5 07:18:58 2009 DUMP: Date of last level 0 dump: the epoch DUMP: Dumping snapshot of /dev/ad0s1f (/usr) to ./ad0s1f.dump DUMP: mapping (Pass I) [regular files] DUMP: mapping (Pass II) [directories] DUMP: estimated 3021548 tape blocks. DUMP: dumping (Pass III) [directories] DUMP: dumping (Pass IV) [regular files] DUMP: 16.92% done, finished in 0:24 at Thu Feb 5 07:48:39 2009 DUMP: 39.28% done, finished in 0:15 at Thu Feb 5 07:44:33 2009 DUMP: 62.36% done, finished in 0:09 at Thu Feb 5 07:43:09 2009 DUMP: 93.06% done, finished in 0:01 at Thu Feb 5 07:40:35 2009 DUMP: DUMP: 3024998 tape blocks on 1 volume DUMP: finished in 1271 seconds, throughput 2380 KBytes/sec DUMP: level 0 dump on Thu Feb 5 07:18:58 2009 DUMP: Closing ./ad0s1f.dump DUMP: DUMP IS DONE [...] Content analysis details: (-1.4 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.4 ALL_TRUSTED Passed through trusted hosts only via SMTP Subject: Re:problem with date, dump or restore 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: Fri, 06 Feb 2009 08:31:08 -0000 Hi list, with freebsd 7.0, after a probably successful dump : #dump -0Lauf ./ad0s1f.dump /dev/ad0s1f DUMP: Date of this level 0 dump: Thu Feb 5 07:18:58 2009 DUMP: Date of last level 0 dump: the epoch DUMP: Dumping snapshot of /dev/ad0s1f (/usr) to ./ad0s1f.dump DUMP: mapping (Pass I) [regular files] DUMP: mapping (Pass II) [directories] DUMP: estimated 3021548 tape blocks. DUMP: dumping (Pass III) [directories] DUMP: dumping (Pass IV) [regular files] DUMP: 16.92% done, finished in 0:24 at Thu Feb 5 07:48:39 2009 DUMP: 39.28% done, finished in 0:15 at Thu Feb 5 07:44:33 2009 DUMP: 62.36% done, finished in 0:09 at Thu Feb 5 07:43:09 2009 DUMP: 93.06% done, finished in 0:01 at Thu Feb 5 07:40:35 2009 DUMP: DUMP: 3024998 tape blocks on 1 volume DUMP: finished in 1271 seconds, throughput 2380 KBytes/sec DUMP: level 0 dump on Thu Feb 5 07:18:58 2009 DUMP: Closing ./ad0s1f.dump DUMP: DUMP IS DONE the restore reports that 1) "Header with wrong dumpdate." 2) "expected next file 141455, got 146" # restore -rf /storage/backup/ad0s1f.dump Header with wrong dumpdate. expected next file 141455, got 146 and this is the same for all slices (except the numbers in the second line) so where/what is the problem ? Does anyone know what, exactly, this means? thanks Ivan A quick google ;) shows http://www.freebsd.org/cgi/query-pr.cgi?pr=bin/118087 http://lists.freebsd.org/pipermail/freebsd-stable/2008-May/042270.html I also get the wrong dump date and it gives no problems. The next error you get about expected next file would concern me more and I don't have time to look at the moment Terry