From 23af53eae7d27cde2d3cdd90b4352f448eda0e53 Mon Sep 17 00:00:00 2001 From: Falk Rehse <falk.rehse@tu-dortmund.de> Date: Wed, 31 Aug 2022 22:53:39 +0000 Subject: [PATCH] Fix repo path --- templates/config.yaml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/config.yaml.j2 b/templates/config.yaml.j2 index 3186e91..8504566 100644 --- a/templates/config.yaml.j2 +++ b/templates/config.yaml.j2 @@ -11,7 +11,7 @@ location: # Paths to local or remote repositories. repositories: - - "ssh://{{ borgbackup_target_user }}@{{ borgbackup_target_ip }}:/{{ borgbackup_repo_path }}" + - "ssh://{{ borgbackup_target_user }}@{{ borgbackup_target_ip }}/.//{{ borgbackup_repo_path }}" exclude_patterns: {% for item in borgbackup_exclude_dirs %} -- GitLab