Mailing List Archive
tlug.jp Mailing List tlug archive tlug Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]Re: [tlug] RE: Tlug Digest, Vol 14, Issue 23
- Date: Tue, 20 Feb 2007 10:07:35 +0100
- From: Sigurd Urdahl <sigurdur@??>
- Subject: Re: [tlug] RE: Tlug Digest, Vol 14, Issue 23
- References: <E1HJLEb-0005mP-9n@example.com> <200702200304.l1K3461q011320@example.com>
- User-agent: Thunderbird 1.5.0.7 (X11/20060927)
Tribble Phillip J SrA 374 LRS/LGRTT wrote:Good Morning,
Does anyone know a good way to backup a hard drive? dd if=/dev/had of=/dev/hdc will make a image exactly the size of my hard drive. Is there a way to use DVD and make the image small?
Hi Phil,
the way you suggest will give you a block by block exact copy, that is a good way of duplicating a disk. You could also make the output a file:
dd if=/dev/hda of=/tmp/hda.image
If you want to make a compressed image you can burn to a DVD you could use
dd if=/dev/hda of=-|gzip -c > /[somepath]/hda.image.gz
and use your favourite DVD-burner application to make a DVD with the compressed image on. This of course requires that the file will fit on the DVD (you could experiment with gzip -9, or bzip2 to get better compression)
But please note that using dd on a live filesystem might give you a inconsitent filesystem image that in a worst case scenario is quite useless.
If you want to make disaster recovery backups you should look at Mondo Rescue (http://mondorescue.org/), it's a GPL application that makes bootable DVDs (among other things) with images for recovery of computers.
kind regards,
-- Sigurd Urdahl Linux, goofing, cooking, making fire, computer security, having a beer. Give me good music.
- Follow-Ups:
- Re: [tlug] RE: Tlug Digest, Vol 14, Issue 23
- From: Nguyen Vu Hung
- References:
- [tlug] RE: Tlug Digest, Vol 14, Issue 23
- From: Tribble Phillip J SrA 374 LRS/LGRTT
Home | Main Index | Thread Index
- Prev by Date: Re: [tlug] flaming posts --nomikai necessity (off topic)
- Next by Date: Re: [tlug] rsync vs dd [was Tlug Digest, Vol 14, Issue 23]
- Previous by thread: Re: [tlug] rsync vs dd [was Tlug Digest, Vol 14, Issue 23]
- Next by thread: Re: [tlug] RE: Tlug Digest, Vol 14, Issue 23
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links