etckeeper: Difference between revisions

From wiki
m Add category install
Intro text
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[:Category:Install]]
etckeeper is a program that will keep the content of the <code>/etc</code> directory in a git repository. It allows to check history of config files in case you need it later.


== Install ==
== Install ==
<syntaxhighlight lang="console">
<syntaxhighlight lang="console">
# apt install etckeeper
$ sudo apt install etckeeper
</syntaxhighlight>This will install and configure etckeeper.
</syntaxhighlight>This will install and configure etckeeper.


For more information, check the official [http://etckeeper.branchable.com/README/ README].
For more information, check the official [http://etckeeper.branchable.com/README/ README].
[[Category:Linux Server]]

Latest revision as of 18:32, 20 December 2016

etckeeper is a program that will keep the content of the /etc directory in a git repository. It allows to check history of config files in case you need it later.

Install

$ sudo apt install etckeeper

This will install and configure etckeeper.

For more information, check the official README.