From 3be99de5b1eb189e0166d5dec8fbe5058fe85bf5 Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Sun, 21 Aug 2022 22:40:31 -0700 Subject: [PATCH] Update "repositories" examples in configuration to use ssh:// style syntax. --- borgmatic/config/schema.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/borgmatic/config/schema.yaml b/borgmatic/config/schema.yaml index 816381158..806bcce01 100644 --- a/borgmatic/config/schema.yaml +++ b/borgmatic/config/schema.yaml @@ -40,8 +40,9 @@ properties: is used, then add local repository paths in the systemd service file to the ReadWritePaths list. example: - - user@backupserver:sourcehostname.borg - - "user@backupserver:{fqdn}" + - ssh://user@backupserver/./sourcehostname.borg + - ssh://user@backupserver/./{fqdn}" + - /var/local/backups/local.borg working_directory: type: string description: |