Want to install Ubuntu on multiple computers with the same hardware configuration or just want to backup your system.
The simplest way to go is PartImage. With this application you can create a backup of entire partition that you can later copy to the new computer with the same hardware configuration or restore your system partition, if you have messed up something.
To backup your system partition it needs to be unmounted. In other words you will need to boot from Ubuntu Live CD and then use this tutorial. If your system partition gets mounted automatically, you”ll be able to see it on your desktop. Double click on it and take a look to what folder it`s mounted to. It will be something like ”/media/system”. To unmount it open terminal and type:
sudo umount /media/system
The actual command will vary depending to what folder was your system partition mounted. Next, you need to download PartImage, you can do this by typing following in terminal:
sudo apt-get install partimage
Next thing is to find out what is the system partition you want to backup, type:
sudo fdisk -l
This will list all the disks on your computer and all partitions on them. It will look something like this :

On picture above, we can see three disks (/dev/sdb, /dev/sdc, /dev/sdd) with three partitions on /dev/sdb (/dev/sdb1, /dev/sdb3, /dev/sdb4), one partition on disk /dev/sdc (/dev/sdc1) and one partition on /dev/sdd (/dev/sdd1).
I hope this is enough to find out what partition you want to backup. If not, try mounting the partitions to find the desired one. You can mount them like this, type in terminal :
sudo mkdir /media/diskmount /dev/sdXY /media/disk
Where sdXY will depend on partion you want to mount. Dont forget to unmount the partition after mounting.
When you have successfully identified partition to backup, you need to know the exact location to where you are going to back it up. It will probably be some external disk or some other partition that will be auto mounted and with link on your desktop. Double click on the link and remember complete location of the folder where you want to backup your system`s partition (for example something like /media/disk/systembackup , it must begin with /). Now you can proceed using PartImage. Type in terminal :
sudo partimage
to start the application.
I want to backup my system partition, it is the /dev/sdb1 partition, and I will back it up to file /media/disk/systembackup/UbuntuBak. So the next screen should look something like this :

When you”re done press F5, On next screen you can select compression level. I set this at None but you can set it as you wish, depending on available space. Rest of the options should be left as default.

Again press F5, On next screen select the description of the image, for example “My Ubuntu System Backup”.

Press OK on all of the following screens and let the process finish.
To restore partition after something went wrong simply check Restore partition from an image file.
It should look something like this (don”t forget to type the location to your image file).


2 Comments
Kindly help me out I want to make a complete duplicate of my HDD to another, both IDE and same size.
Early response will be appreciated.
thanks
Akin, You can use Norton Ghost.
for more information on how to use it you can check out this link: http://www.symantec.com/norton/ghost