Summary

Ubuntu should backup the system configurations every time an important configuration file was tweaked or a package was installed / upgraded (the "Windows Style", sorry to say) and restore the system upon request to the last known sane time.

Rationale

Use cases

Scope

The feature enables users to trust their system's stability:

Implementation

As a high level stab in the dark at an implimentation I'd suggest a Copy On Write and Save on Delete ( if they are not the same thing ) approach. The steps would be.

At some stage run

sls --restore dd/mm/yyyy ( and a time component?? )

to go back in time Big Grin :)

Or, you could just use a journaling file system.

Outstanding issues

Discussion

The idea of implementing this with any form of "tar" command is just madness.

CategorySpec

SystemRestore (last edited 2009-01-04 14:38:52 by 78-86-59-105)