tomekadascientiam
Dabbler
- Joined
- Sep 12, 2013
- Messages
- 37
It would be pretty as pink to be able to keep tack of the changes I make on my FreeNAS.
I would love to be able to mark a journal entry as to why I made a specific change.
It would be even better if FreeNAS also kept a log table in the sqlite3 data base of all the changes it sees. That way I would have an audit trail for FreeNAS Mini Minions.
I can not always trust my sisters to tell me the truth when about what has been done to my mini. For that matter after a couple of weeks I can forget the changes I have made as well. I try to keep track of them in my Journal and why I did them, but some times I forget to make an entry for the given change.
Here is where I got the idea for this.
http://stackoverflow.com/questions/422951/keeping-a-log-table-in-sqlite-database
https://github.com/simon-weber/Instant-SQLite-Audit-Trail
I would love to be able to mark a journal entry as to why I made a specific change.
It would be even better if FreeNAS also kept a log table in the sqlite3 data base of all the changes it sees. That way I would have an audit trail for FreeNAS Mini Minions.
I can not always trust my sisters to tell me the truth when about what has been done to my mini. For that matter after a couple of weeks I can forget the changes I have made as well. I try to keep track of them in my Journal and why I did them, but some times I forget to make an entry for the given change.
Here is where I got the idea for this.
http://stackoverflow.com/questions/422951/keeping-a-log-table-in-sqlite-database
https://github.com/simon-weber/Instant-SQLite-Audit-Trail