On Sun, 20 Apr 2014 19:42:45 +0430
nonrea l <mynonrealem...@gmail.com> wrote:

> I've some experience whit github.com. I'm not a profesional user of
> Git and don't know how it work in depth! I was thinking about Git
> instead of log files as a better human readable system! I mean when
> some administrators are maintaining web APPs on my host, what is the
> best approach for controlling their activities? Can git be used for
> this case?
> 
> What I mean for "controlling":
> 
>    -
> 
>    A history of administrators activities: Who created/deleted a
> file? who made a change in that file? who accessed to host? which IP?
> when? etc. -
> 
>    A simple restoring system for bad changes: If an admin did
> something wrong, restoring to working point be simple and possible.
>    -
> 
>    Things that I don't know git can do?

Git can do some of that using etckeeper [1].
Note that it only cares about the hierarchy of the configuration files,
that is, with files kept under /etc.  So it's unable to track
creation/deletion of arbitrary files.

1. http://joeyh.name/code/etckeeper/

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to