From 33dca236176fddfb2a7791040253e33fb8a7679f Mon Sep 17 00:00:00 2001 From: hkbakke Date: Sat, 18 Mar 2017 15:12:16 +0100 Subject: [PATCH] Include link to configuration example (and script) Fixes #1 --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 22a13e7..f511008 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Wrapper to simplify backups with borgbackup # Installation -Put the script somewhere practical +Put the [script](src/borgwrapper.sh) somewhere practical cp borgwrapper.sh /usr/local/bin/borgwrapper chown root. /usr/local/bin/borgwrapper @@ -10,6 +10,7 @@ Put the script somewhere practical # Configuration By default borgwrapper expects the configuration to be located at `/etc/borgwrapper/config.sh`. +A example configuration file is included in [config.sh.example](src/config.sh.example) Ensure restrictive permissions on this file as it exposes the passphrase. chown root. config.sh