Skip to content
Snippets Groups Projects

fix borg example: set cache_directory to source section

Merged emile 1k requested to merge e1k/backupninja:fix_cache_directory_in_exemple into master
1 file
+ 6
6
Compare changes
  • Side-by-side
  • Inline
+ 6
6
@@ -127,6 +127,12 @@ exclude = /var/lib/mysql
## Default:
# 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
## (where the files are copied to)
@@ -201,12 +207,6 @@ exclude = /var/lib/mysql
## Default:
# 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
##
## an example setting would be:
Loading