PDA

View Full Version : [ubuntu] create a Ubuntu system image



spindler
March 20th, 2011, 09:10 PM
I am learning a bunch of stuff about Ubuntu and I am making critical errors to the system. I am getting tired of reinstalling Ubuntu, LAMP and my website every time I make a mistake. I had to reinstall Ubuntu too many times in the last month. So I need to implement a better way of recovering from my mistakes.

I would like to create an image of my system that I can recover from when I make my next critical error.

Any idea how to do this?

Thanks,

Spindler

JRV
March 20th, 2011, 09:22 PM
Try the Clonzilla disk.

Or boot from a live CD and use dd.

Read the man page carefully before using dd. And then run gparted to check and make sure you have the right partitions. dd can mess thing up if you enter a wrong command.

Make sure you understand it before trying it.

falko
March 20th, 2011, 09:34 PM
I'd suggest:
- CloneZilla: http://www.howtoforge.com/cloning-linux-systems-with-clonezilla-server-edition-clonezilla-se
- Ghost4Linux: http://www.howtoforge.com/back_up_restore_harddrives_partitions_with_ghost4l inux
- Maybe SystemImager: http://wiki.systemimager.org/index.php/Main_Page
- dd (you can even use it over the network with netcat, see http://www.howtoforge.com/ghosting-the-machine )

listerdl
April 4th, 2011, 11:57 AM
I'd suggest:
- CloneZilla: http://www.howtoforge.com/cloning-linux-systems-with-clonezilla-server-edition-clonezilla-se
- Ghost4Linux: http://www.howtoforge.com/back_up_restore_harddrives_partitions_with_ghost4l inux
- Maybe SystemImager: http://wiki.systemimager.org/index.php/Main_Page
- dd (you can even use it over the network with netcat, see http://www.howtoforge.com/ghosting-the-machine )

Which is the 'easiest' to use? By that I mean, one that you cant go wrong with. Cloenzilla is excellent but I think for the average user there are tooo many options and you can make errors quite easily. Thanks