Date: Sat, 19 Jul 2008 11:37:21 +0930 From: Malcolm Kay <malcolm.kay@internode.on.net> To: freebsd-questions@freebsd.org Cc: Peter Boosten <peter@boosten.org> Subject: Re: dump and restore Message-ID: <200807191137.21771.malcolm.kay@internode.on.net> In-Reply-To: <48810956.5090905@boosten.org> References: <48810956.5090905@boosten.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, 19 Jul 2008 06:51 am, Peter Boosten wrote: > Hi all, > > My harddisk was failing and I wanted the data copied to > another disk, but 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. > The time for dump/restore normally depends more on the occupancy of the partition than its actual size. This is one reason why we avoid using dd for this purpose as we must then copy the entire 74Gb rather than just that used. > Is it normal for a backup/restore to take this long? Or could > this be due to my failing disk? > > Peter Malcolm
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200807191137.21771.malcolm.kay>