From de186e51e282f28feb4d438a962e27cf41c34b31 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sun, 26 Nov 2017 00:11:44 +0100 Subject: Bump cache version level The previous code didn't support borg 1.1 properly and the cached might now be broken. Signed-off-by: Florian Pritz --- lib/App/BorgRestore/Settings.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/App/BorgRestore/Settings.pm b/lib/App/BorgRestore/Settings.pm index 557a097..d7cea4b 100644 --- a/lib/App/BorgRestore/Settings.pm +++ b/lib/App/BorgRestore/Settings.pm @@ -124,7 +124,7 @@ for my $configfile (@configfiles) { $cache_path_base = App::BorgRestore::Helper::untaint($cache_path_base, qr/.*/); sub get_cache_dir { - return "$cache_path_base/v2"; + return "$cache_path_base/v3"; } sub get_cache_path { -- cgit v1.2.3-24-g4f1b