I am looking for a way to make a clone of a partition on a DVD where the client will actually be able to restore the partition himself without much hassle.
Any ideas ?
|
I am looking for a way to make a clone of a partition on a DVD where the client will actually be able to restore the partition himself without much hassle. Any ideas ?
| |||||||||||||||||
feedback
|
This question came from our site for system administrators and desktop support professionals.
|
I've used System Rescue CD to make a bootable image of my machine. There are couple limitations I don't like, such as you can't restore the image onto a smaller hard drive, even if your image only has a small amount of data, and also related, if you restore onto a larger drive, you will have a partition which is the same size as the partition you backed up. Other than that, it works great. The backup can be compressed quite small, and can be stored on a USB stick or USB hard disk for later use. | |||
|
feedback
|
|
You'll want to consider two resources:
There aren't a ton of third party tools out there to do this, and there's probably a good reason for that. I would strongly suggest looking at the OEM Preinstallation Kit and using that as a base for making your recovery partition. | |||
|
feedback
|
|
This is actually a brilliantly simple process. The With this DVD, you can restore the system to the point at which the | |||
|
feedback
|
|
You really can't do wrong with dump(8) and restore(8). On most modern systems you can even send the output directly to a DVD device. If you need something a little more bare-metal there's always dd(1), but that's nowhere near as user-friendly... | |||
|
feedback
|