From 0c3ff14699787f8c6525ae06acd65516ab161581 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89mile?= Date: Thu, 5 Jan 2023 09:17:46 +0100 Subject: [PATCH] fix borg example: set cache_directory to source section --- examples/example.borg | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/examples/example.borg b/examples/example.borg index 956d36e..26f20da 100644 --- a/examples/example.borg +++ b/examples/example.borg @@ -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: