add keyfile to details file

This commit is contained in:
Asif Bacchus 2020-08-14 00:43:47 -06:00
parent b6ce0fc673
commit d0e8eca1d6
1 changed files with 6 additions and 0 deletions

View File

@ -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