On Mon, Aug 22, 2011 at 7:18 AM, Martin Gagnon <[email protected]> wrote: > Look interesting, but may be overkill for what I want to do. It's only > because we are like 3 admin that have root access and sometime.. it's > good to have history of changes on some configuration files to > understand why and when a change was made to a configuration. I don't > even use that to restore the system.
Besides versioning, you should be using sudo for all root access, rather than allowing a root shell. Yes, I know it is a pain to put sudo in front of all commands, but it will provide better control over who can do what and when, and log the what, who and when of every command. _______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

