From bcacbc0d695c270f2f202cd57fcf5114e8be1390 Mon Sep 17 00:00:00 2001 From: Florian Apolloner Date: Sat, 26 Jul 2025 21:25:34 +0200 Subject: [PATCH] restore_container schema --- borgmatic/config/schema.yaml | 32 ++++++++++++++++++++++++++++---- 1 file changed, 28 insertions(+), 4 deletions(-) diff --git a/borgmatic/config/schema.yaml b/borgmatic/config/schema.yaml index f53482c6..b01871da 100644 --- a/borgmatic/config/schema.yaml +++ b/borgmatic/config/schema.yaml @@ -1330,10 +1330,16 @@ properties: example: my_backup_label container: type: string - description: + description: | Container name/id to connect to. When specified the hostname is ignored. Requires docker/podman CLI. example: debian_stable + restore_container: + type: string + description: | + Container name/id to restore to. Defaults to the "container" + option. + example: restore_container hostname: type: string description: | @@ -1542,10 +1548,16 @@ properties: example: my_backup_label container: type: string - description: + description: | Container name/id to connect to. When specified the hostname is ignored. Requires docker/podman CLI. example: debian_stable + restore_container: + type: string + description: | + Container name/id to restore to. Defaults to the "container" + option. + example: restore_container hostname: type: string description: | @@ -1718,10 +1730,16 @@ properties: example: my_backup_label container: type: string - description: + description: | Container name/id to connect to. When specified the hostname is ignored. Requires docker/podman CLI. example: debian_stable + restore_container: + type: string + description: | + Container name/id to restore to. Defaults to the "container" + option. + example: restore_container hostname: type: string description: | @@ -1955,10 +1973,16 @@ properties: example: my_backup_label container: type: string - description: + description: | Container name/id to connect to. When specified the hostname is ignored. Requires docker/podman CLI. example: debian_stable + restore_container: + type: string + description: | + Container name/id to restore to. Defaults to the "container" + option. + example: restore_container hostname: type: string description: |