add keyfile to details file
This commit is contained in:
parent
b6ce0fc673
commit
d0e8eca1d6
@ -32,6 +32,12 @@ borgConnectRepo="jdoe123@borg.server.net:pilerBackup/"
|
|||||||
# recommended for security
|
# recommended for security
|
||||||
borgRepoPassphrase="p@ssW0rd"
|
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/
|
# 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
|
# directories to include in your backup along with exported data from piler
|
||||||
# see repo wiki for more details
|
# see repo wiki for more details
|
||||||
|
Loading…
Reference in New Issue
Block a user