PDA

View Full Version : [SOLVED] How to make Ubuntu act like it has GoBack or Deepfreeze?



richterlevania3
October 4th, 2011, 10:39 PM
Well, the title says it all: I want a server that I'm building to not keep any file modification done, each time it reboots. Like Norton GoBack or Deepfreeze does on Windows.

Any idea?

Thanks in advance.

samigina
October 4th, 2011, 11:01 PM
Take a look to Ofris (http://www.youtube.com/watch?v=-79gQG-UGZo&feature=player_embedded)

HermanAB
October 5th, 2011, 08:29 AM
Simple really:
Make a virtual machine on VMware or Virtualbox. Make a tar ball of the VM directory. Each time you restart the VM with vmrun, untar the whole ball of wax first.

Pynalysis
October 5th, 2011, 11:27 AM
Simple really:
Make a virtual machine on VMware or Virtualbox. Make a tar ball of the VM directory. Each time you restart the VM with vmrun, untar the whole ball of wax first.

You could make a snapshot of the virtual machine. Then, on reboot just restore the snapshot to return the virtual machine back to a previous state.

richterlevania3
October 5th, 2011, 02:34 PM
Ofris will make it. Virtual Machines are not a viable option.

Thanks for the help.