Skip to content
Snippets Groups Projects
Commit 3273dbde authored by Falk Rehse's avatar Falk Rehse
Browse files

Fix repository path separator

parent 4098514d
No related branches found
No related tags found
1 merge request!5Fix repository path separator
Pipeline #98678 passed
......@@ -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 %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment