Include link to configuration example (and script)

Fixes #1
dev
hkbakke 2017-03-18 15:12:16 +01:00 committed by GitHub
parent 0f732f221e
commit 33dca23617
1 changed files with 2 additions and 1 deletions

View File

@ -2,7 +2,7 @@
Wrapper to simplify backups with borgbackup Wrapper to simplify backups with borgbackup
# Installation # Installation
Put the script somewhere practical Put the [script](src/borgwrapper.sh) somewhere practical
cp borgwrapper.sh /usr/local/bin/borgwrapper cp borgwrapper.sh /usr/local/bin/borgwrapper
chown root. /usr/local/bin/borgwrapper chown root. /usr/local/bin/borgwrapper
@ -10,6 +10,7 @@ Put the script somewhere practical
# Configuration # Configuration
By default borgwrapper expects the configuration to be located at `/etc/borgwrapper/config.sh`. 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. Ensure restrictive permissions on this file as it exposes the passphrase.
chown root. config.sh chown root. config.sh