From d0e8eca1d6518c793e9507d67357951e347b8411 Mon Sep 17 00:00:00 2001 From: Asif Bacchus Date: Fri, 14 Aug 2020 00:43:47 -0600 Subject: [PATCH] add keyfile to details file --- pilerBackup/pilerbackup.details | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pilerBackup/pilerbackup.details b/pilerBackup/pilerbackup.details index fdc6f95..567b362 100644 --- a/pilerBackup/pilerbackup.details +++ b/pilerBackup/pilerbackup.details @@ -32,6 +32,12 @@ borgConnectRepo="jdoe123@borg.server.net:pilerBackup/" # recommended for security borgRepoPassphrase="p@ssW0rd" +# keyfile to access repo +# FULL PATH where the associated keyfile for your repo is located -- relevant +# only if your repo requires a keyfile (i.e. 'keyfile' vs 'repokey') and if you +# are not using the default keyfile location +borgKeyfileLocation="/var/borgbackup/.config/borg/keys/server_address__repo_name" + # OPTIONAL: path to text file containing a list (one per line) of files/ # directories to include in your backup along with exported data from piler # see repo wiki for more details