From a716b1837c5f9d75f736a5f305d4126629ef1972 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Sch=C3=A4fer?= <felix@thegcat.net> Date: Thu, 1 Sep 2022 10:19:08 +0200 Subject: [PATCH] Revert "Fix URL-style separator" This reverts commit 4098514db857a8cba62192c0722e177a18adcf62. --- 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 7f2ccc4..2b29c38 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