From owner-freebsd-questions@FreeBSD.ORG Fri Jul 18 22:04:27 2008 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 B82791065679 for ; Fri, 18 Jul 2008 22:04:27 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (wojtek.tensor.gdynia.pl [IPv6:2001:4070:101:2::1]) by mx1.freebsd.org (Postfix) with ESMTP id F34348FC27 for ; Fri, 18 Jul 2008 22:04:25 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (localhost [IPv6:::1]) by wojtek.tensor.gdynia.pl (8.14.2/8.14.2) with ESMTP id m6IM1exJ001498; Sat, 19 Jul 2008 00:01:40 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.14.2/8.14.2/Submit) with ESMTP id m6IM1er8001495; Sat, 19 Jul 2008 00:01:40 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Sat, 19 Jul 2008 00:01:40 +0200 (CEST) From: Wojciech Puchar To: Peter Boosten In-Reply-To: <48810956.5090905@boosten.org> Message-ID: <20080719000050.G1423@wojtek.tensor.gdynia.pl> References: <48810956.5090905@boosten.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: FreeBSD Questions Subject: Re: dump and 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, 18 Jul 2008 22:04:27 -0000 > since my original wouldn't boot, I installed a minimal FreeBSD on the new > disk, mounted the old partitions under /mnt and copied from the original to > the new partitions by using: > > dump 0af - /dev/ad2s1[adef] | restore xf - > > (the partitions adef where done one by one) > > The /usr/ partition was 74Gb, and it took (according to dump 52631 seconds (~ > 14.5 hours) to copy. Both disks are IDE, in the same machine on different IDE > controllers. > > Is it normal for a backup/restore to take this long? Or could this be due to > my failing disk? if you don't use softdeps on destination disk - it will. or if it had so slow reads because of hardware problem. rather be happy it succeeded :) if your disk is failing