Possible Duplicate:
How to make a disk image and restore from it later?
In windows back is very easy with Norton ghost. Run it and forget it, What is the same type of software for backing up the Ubuntu system? I tried DUP back up but it failed to restore when I really needed it.
Can you suggest anything regarding system back up for Linux systems?
To create an image of a disk is very easy. Let's say you want to create an image of sda in /media/my_dev_sdb:
sudo dd if=/dev/sda of=/media/my_dev_sdb/disk_sda.img
.If it's your main disk, then it's wise to boot a live session and do it from there instead.
You could also check out CloneZilla. You can install
cloneZilla
from the download links present on the main site. Excerpt from the site as to what clonezilla is mentioned below. You can also take a look at some screenshots of the application in actionYou could also take a look at this question - How to make a disk image and restore from it later
Try backintime-gnome .
It is a a good program for making backups of individual folders or entire drives.
The project's site is here: http://backintime.le-web.org/
You could try remastersys! It make an ISO image of your system. To install it remember add to /etc/apt/sources.list the repository: deb http://www.geekconnection.org/remastersys/repository karmic/ next: sudo apt-get install remastersys