From 4098514db857a8cba62192c0722e177a18adcf62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Sch=C3=A4fer?= <felix@thegcat.net> Date: Wed, 31 Aug 2022 23:01:40 +0200 Subject: [PATCH] Fix URL-style separator refs #2 --- 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 2b29c38..7f2ccc4 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