diff options
author | Joey Hess <joeyh@joeyh.name> | 2014-12-22 18:11:12 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2014-12-22 18:11:12 -0400 |
commit | 5995fcd26a6d5c4fdf4e77f3839b33df9f854b34 (patch) | |
tree | 8dea228b47e8c4465f35e67f90d5be80d5012fa0 | |
parent | 3152007a32a6800b6fa2a732675ea77d8c036071 (diff) |
remove commit.d push example as there is a config setting for that
-rw-r--r-- | doc/README.mdwn | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/doc/README.mdwn b/doc/README.mdwn index 73d2ddf..c6c774b 100644 --- a/doc/README.mdwn +++ b/doc/README.mdwn @@ -213,15 +213,6 @@ letting it git add new files: rm /etc/etckeeper/commit.d/50vcs-commit -Here's how to make it automatically push commits to a clone of the -repository as a backup (see instructions above to set up the clone safely): - - cd /etc/etckeeper/commit.d - (echo '#!/bin/sh' ; echo 'git push backup') > 99git-push - chmod +x 99git-push - git add . - git commit -m "automatically push commits to backup repository" - ## sudo integration etckeeper will notice if it's being run by way of sudo, and makes a commit |