L
lpittman
Guest
Howdy,
I have just purchased a new server with 2 drives and would like to setup the second drive to be an image of the first drive that is bootable.
I have done extensive searching and have come up with basically 1 solid solution and wanted to get the feedback from the community...
From what I can tell the norm is to use the 'dd' command ... ie:
dd if=/dev/hda of=/dev/hdb
I'd like to have the drive backed up each morning at a certain time ... so the mirror will need to be quick, but can take a little bit of time. During this time however services cannot become unavailable.
Thanks for any information ..
Luke
I have just purchased a new server with 2 drives and would like to setup the second drive to be an image of the first drive that is bootable.
I have done extensive searching and have come up with basically 1 solid solution and wanted to get the feedback from the community...
From what I can tell the norm is to use the 'dd' command ... ie:
dd if=/dev/hda of=/dev/hdb
I'd like to have the drive backed up each morning at a certain time ... so the mirror will need to be quick, but can take a little bit of time. During this time however services cannot become unavailable.
Thanks for any information ..
Luke