I am talking about a program that will show you all the changes you made to the system, in case i have to trouble shoot my system? A CLI one will be better, in case of worst case scenario
|
I am not sure that you can trace all your changes except in looking at your log files ... If you want to "backup" changes you made to the system (to troubleshoot or reinstall) your can :
If you want to restore your packages : apt-get update && dpkg --set-selections < installed_packages && apt-get upgrade Later, you'll be able to compare your package list and config files |
||||
|
|
|
Install the
Etckeeper doesn't record the names of installed packages, but you can find that in For your personal configurtion files, see How to keep “dot files” under version control?. |
|||
|
|
|
I would be tempted to say
but hardly it could be used for the whole root directory or for anything system (not user) related. |
|||
|
|
|
See this page about viewing logs in ubuntu: |
|||
|
|