From 88d96ef912c4aee5950b0b91500e61e771c241b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Sch=C3=A4fer?= <felix@thegcat.net> Date: Sun, 28 Aug 2022 15:22:49 +0200 Subject: [PATCH] Add protocol to backup path Fixes #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 d0a43ce..2b29c38 100644 --- a/templates/config.yaml.j2 +++ b/templates/config.yaml.j2 @@ -11,7 +11,7 @@ location: # Paths to local or remote repositories. repositories: - - "{{ 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