PDA

View Full Version : [ubuntu] Restore option



jeevanrak
December 30th, 2009, 06:04 AM
I am using ubuntu 8.0 version,we have any option to restore when it is corrupted,like windows.:confused:

x33a
December 30th, 2009, 08:26 AM
no we don't have any system restore option for linux.

what problem are you facing?

premamotion
December 30th, 2009, 04:17 PM
Two things are helping here... in my opinion... first is to have /home in another partition on the disk, and the second is to have a file with all the packeges installed on the system.
(you can have it with the command dpkg --get-selections > package_list.txt and when you want to install everything from this list just use
dpkg --set-selections <package_list.txt apt-get dselect-upgrade)

Hope that helps and answers your question.