The etckeeper rpms
Find a file
2013-11-09 13:09:49 +01:00
.gitignore Update to 1.10. 2013-11-09 13:09:49 +01:00
etckeeper.spec Update to 1.10. 2013-11-09 13:09:49 +01:00
README.fedora - Update to 0.52. 2011-02-10 11:44:06 +01:00
sources Update to 1.10. 2013-11-09 13:09:49 +01:00

*Please* read the included README, so you understand the security
aspects, and how it all works.

For the impatient: Run

    etckeeper init
    cd /etc
    git status
    git commit -m 'msg'

to get etckeeper started.

Once you do that, the cronjob is in place and it'll do daily
autocommits for you. To disable it, set AVOID_DAILY_AUTOCOMMITS=1 in
/etc/etckeeper/etckeeper.conf.

There's also a yum plugin enabled that autocommits before and after
each yum transaction. It can be disabled in
/etc/yum/pluginconf.d/etckeeper.conf.

If you ever want to deinstall etckeeper via yum, disable the plugin
like this: "yum --disableplugin=etckeeper remove etckeeper".