diff options
-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 |