5

In the spirit of Joel Spolsky's "Let’s stop talking about backups" article, is there any software that's good at restoring a Windows computer?

By "good", I mean it can handle a situation where a laptop is dropped, stolen, flooded, or otherwise completely unusable. I want to be able to take a backup image and restore it on another computer, which may be a completely different make and model, and have the new computer running without having to re-install every application and re-configure every setting.

Obviously, any new device drivers will need to be installed and configured, and Windows itself will need to be reactivated. But is there any software that will do this out of the box with a minimum of typing, scripting, and hoop-jumping?

From Daniel R Hicks:

If I open a new question it will just get closed as a dupe of this one, and TPTB don't like a question in an answer, so I must edit this one:

Norton Ghost gets some pretty lousy reviews on Amazon, and Acronis gets even worse ones. Is there ANY reasonably reliable system imaging/backup software for Windows (Vista and 7)?? What about ShadowProtect Desktop?

(At this point I'd settle for a drive image only tool -- no deltas -- so long as it has a reasonable chance of restoring to a replacement drive.)

3 Answers3

4

There are some imaging software that can do this. Of the top of my mind comes Shadowprotect with its Bare metal recovery and Acronis Trueimage with Universal restore.

CGA
  • 3,829
1

Clonezilla is a free tool which is really good. Norton Ghost and Acronis True Image are also available.

-1

I don't know whether there's any good answer to your question. I suspect not.

One less-than-perfect option is to convert your physical machine to a virtual machine that can run under something like vmware or virtualbox. It's certainly not a simple backup. But benefit is that you then have a virtual machine that will run anywhere without having to reinstall apps. VMWare's convert app is here: http://www.vmware.com/products/converter/ If you've used the vmware converter you can convert to virtualbox with some additional steps: http://www.sysprobs.com/physical-virtual-virtualbox-virtualbox-p2v

Like I said, this isn't complete backup and restore solution. But it might be part of the puzzle for some people. Use your physical machine as you have been, use a converted vm as the backup of system and apps, and use a vanilla backup for documents and data files.

user22303
  • 181