diff options
author | Joey Hess <joeyh@joeyh.name> | 2014-12-22 18:04:36 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2014-12-22 18:04:36 -0400 |
commit | 49b98c8dcf7f35f1e80c39499221885f4f594d64 (patch) | |
tree | db588d3321d06f5854d41a9294c19e826ef431b1 | |
parent | 0dba00c5fb3ebcb9f52552ef7f76120827437686 (diff) |
update
-rw-r--r-- | doc/README.mdwn | 24 |
1 files changed, 16 insertions, 8 deletions
diff --git a/doc/README.mdwn b/doc/README.mdwn index 15f3ecb..6ac042e 100644 --- a/doc/README.mdwn +++ b/doc/README.mdwn @@ -1,12 +1,15 @@ -<https://etckeeper.branchable.com> +etckeeper is a collection of tools to let `/etc` be stored in a git, +mercurial, bazaar or darcs repository. This lets you use git to review or +revert changes that were made to `/etc`. Or even push the repository +elsewhere for backups or cherry-picking configuration changes. -etckeeper is a collection of tools to let /etc be stored in a git, -mercurial, bazaar or darcs repository. It hooks into apt to automatically -commit changes made to /etc during package upgrades. It tracks file -metadata that git does not normally support, but that is important for -/etc, such as the permissions of `/etc/shadow`. It's quite modular and -configurable, while also being simple to use if you understand the basics -of working with version control. +It hooks into package managers like apt to automatically commit changes +made to /etc during package upgrades. It tracks file metadata that git does +not normally support, but that is important for /etc, such as the +permissions of `/etc/shadow`. + +It's quite modular and configurable, while also being simple to use if you +understand the basics of working with version control. ## security warnings @@ -269,6 +272,11 @@ out of your way; you manage the repository using regular VCS commands. etckeeper is licensed under version 2 or greater of the GNU GPL. +## website + +<https://etckeeper.branchable.com/> + + ## author Joey Hess <joey@kitenet.net> |