From 7a8e0e89ddcbfcc36722df102bd29c3c5ff49b7e Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Mon, 27 Mar 2023 21:54:01 -0700 Subject: [PATCH] Mention prior versions of borgmatic in repositories schema. --- borgmatic/config/schema.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/borgmatic/config/schema.yaml b/borgmatic/config/schema.yaml index f0dc3b32..3e94b8d2 100644 --- a/borgmatic/config/schema.yaml +++ b/borgmatic/config/schema.yaml @@ -59,7 +59,8 @@ properties: details. See ssh_command for SSH options like identity file or port. If systemd service is used, then add local repository paths in the systemd service file to the - ReadWritePaths list. + ReadWritePaths list. Prior to borgmatic 1.7.10, repositories + was just a list of plain path strings. example: - path: ssh://user@backupserver/./sourcehostname.borg label: backupserver