<br><div class="gmail_quote">On Wed, Jun 25, 2008 at 1:46 PM, Les Mikesell <<a href="mailto:lesmikesell@gmail.com">lesmikesell@gmail.com</a>> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d">Hiep Nguyen wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
hi all,<br>
<br>
i have a centos box and would like to back up just in case the hard drive fail.  one way to do this is duplicate the image of the hard drive, so if the hard drive fail, just remove it and put mirrored hard drive and done.<br>

<br>
here my system info:<br>
<br>
uname -a<br>
Linux <a href="http://jadenet.jadesterling.com" target="_blank">jadenet.jadesterling.com</a> 2.6.9-22.0.2.EL #1 Tue Jan 17 06:51:40 CST 2006 i686 i686 i386 GNU/Linux<br>
<br>
df -h<br>
Filesystem            Size  Used Avail Use% Mounted on<br>
/dev/mapper/VolGroup00-LogVol00<br>
                       37G   15G   20G  43% /<br>
/dev/hda1              99M  8.9M   85M  10% /boot<br>
none                  188M     0  188M   0% /dev/shm<br>
<br>
<br>
i'm looking into dd, but is there anything better than dd?<br>
<br>
by the way, i would like to use external hard drive via usb to do mirror image.<br>
</blockquote>
<br></div>
dd has the advantage of creating a disk that is instantly usable.  The disadvantages are that you have to have it unmounted while making the copy (boot from a CD) and it takes a long time to complete since you have to copy even the unused blocks.  There is also the possibility that your working disk will develop a bad spot that you don't realize until you hit it during the copy, leaving you with 2 bad disks (rotating 2 copies would avoid this issue).<br>

<br>
Clonezilla-live is a boot-from CD linux that will copy just the used portions of the disk and can save to another disk or image files on local disks or over the network.  I'd recommend it over dd, but maybe someone has a way to do LVM snapshots so the copy can be done without a reboot.</blockquote>
</div><br>I'm downloading the .iso for clonezilla-live now. It's a very small download. 81.2 MB<br>