1. Is it possible to backup and restore more than 1 partition?For example, I have a multi-boot computer. And I want to backup them all(Windows xp, Windows 7, and Ubuntu)
  2. If it is possible, what are the applications that offer this kind of feature?
  3. Please give me an idea on how this works. If ever its possible.
link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

The type of backup program is called disk imaging/cloning which can be likened to taking a snapshot/image of your disk/partition at the point in time at which you take it. Taking an image of a partition means you can later restore this image to another partition. Taking a disk image takes an image of the whole disk, normally including the boot sectors etc (so the bootable part of the disk is preserved).

Here is more detail

and a list of software

if you watch out on GiveAwayofTheDay paragon are always giving away a free copy of their tools.

There are also lots of Linux based live cds that can do this, although I have not had much luck with them on Windows partitions.

link|improve this answer
Would I also be backing up the spywares and virus in the system if there is one? – Ieyasu Sawada Apr 15 '10 at 22:49
Yup, everything, it is literally an image. What I personally do is have 2 disks one with the OS on it and the other with my data, then if the OS gets mucked up I simply reimage the OS disk and it is back to a nice new state. – Charles Gargent Apr 16 '10 at 6:01
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.