Re: Backing up linux disk to image on external usb hard disk
- From: Maurice Batey <maurice@xxxxxxxxxxxxxxxxxxxxx>
- Date: Mon, 29 Jan 2007 17:58:24 +0000
On Mon, 29 Jan 2007 02:33:03 -0800, mbanyon wrote:
I would like a full disk
image backup of my linux install onto my external hdd
I use Knoppix (Live DVD) and the instruction 'cat' to do this, e.g.
cat /dev/hdb > /media/sda1/linux_image
Or - to get compression:
cat /dev/hdb | gzip > /media/sda1/linux_image.gz
And to be told how long it took, just prefix with 'time', i.e.
time cat /dev/hdb | gzip > /media/sda1/linux_image.gz
Proof of the pudding?
Last year my Linux drive went castors up. Restored the backup onto
new drive with just one command:
time cat /media/sda1/linux_image.gz | gunzip > /dev/hdb
It then booted up normally as if nothing had happened.
--
Maurice Batey
(
(Remove 'removethis.' to reply by email)
.
- Follow-Ups:
- Re: Backing up linux disk to image on external usb hard disk
- From: Lew Pitcher
- Re: Backing up linux disk to image on external usb hard disk
- References:
- Backing up linux disk to image on external usb hard disk
- From: mbanyon
- Backing up linux disk to image on external usb hard disk
- Prev by Date: Re: Linux as a career
- Next by Date: Re: Backing up linux disk to image on external usb hard disk
- Previous by thread: Re: Backing up linux disk to image on external usb hard disk
- Next by thread: Re: Backing up linux disk to image on external usb hard disk
- Index(es):