Merge branch 'fix_cache_directory_in_exemple' into 'master'

fix borg example: set cache_directory to source section

See merge request liberate/backupninja!63
This commit is contained in:
Jerome Charaoui 2023-02-10 18:08:25 +00:00
commit 6aae9e806d

View File

@ -127,6 +127,12 @@ exclude = /var/lib/mysql
## Default: ## Default:
# ignore_missing = # ignore_missing =
## Path to the directory that will hold borg's cache files. By default this is
## empty, which will let borg use its default path of "~/.cache/borg".
##
## Default:
# cache_directory =
###################################################### ######################################################
## destination section ## destination section
## (where the files are copied to) ## (where the files are copied to)
@ -201,12 +207,6 @@ exclude = /var/lib/mysql
## Default: ## Default:
# passphrase = # passphrase =
## Path to the directory that will hold borg's cache files. By default this is
## empty, which will let borg use its default path of "~/.cache/borg".
##
## Default:
# cache_directory =
## command-line options to use with ssh ## command-line options to use with ssh
## ##
## an example setting would be: ## an example setting would be: