From 222e9c161fbd221b693ce73bbaa38bb83a898b97 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Tue, 20 Sep 2022 02:31:50 -0400 Subject: update borg config --- modules/borgmatic/templates/config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/borgmatic') diff --git a/modules/borgmatic/templates/config.yaml b/modules/borgmatic/templates/config.yaml index 63fb9bc..8f46032 100644 --- a/modules/borgmatic/templates/config.yaml +++ b/modules/borgmatic/templates/config.yaml @@ -7,7 +7,7 @@ location: - <%= path %> <%- end -%> repositories: - - borg@<%= @borgmatic_host %>:<%= @current_hostname %> + - ssh://borg@<%= @borgmatic_host %>:<%= @current_hostname %> atime: false exclude_patterns: - /home/*/.cache -- cgit v1.2.3-54-g00ecf