0

I'm using Ubuntu 12.10 installed alongside with Windows 7. Can I just have a system backup in the form of one or more DVD(s) so that I can restore the system with every package that are previously installed and if possible can I make use of that DVD(s) as a live CD with all the previously installed packages?

If "Back In Time(root)" is installed in my system, will it be useful?

user146312
  • 23
  • 1
  • 3

1 Answers1

0

You can always use something like clonezilla to backup your ubuntu installed software. Another option is to generate a list of the software like this....

aptitude search -F '%100p' '~i!~M' > my-styff

copy it to a flash drive and/or email it to yourself. Saves lots of space as long as you are talking about standard install stuff.

Scott Goodgame
  • 2,646
  • 16
  • 20