Package: borgmatic Version: 1.9.14-0.1 Severity: minor Tags: patch Hi,
There is a typo in the borgmatic configuration template, the attached patch fixes it.
>From c890087e48ee766ec328953fa93eb835d02f3a87 Mon Sep 17 00:00:00 2001 From: Teemu Hukkanen <[email protected]> Date: Fri, 11 Jul 2025 00:06:26 +0300 Subject: [PATCH] Fix typo in config schema --- borgmatic/config/schema.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/borgmatic/config/schema.yaml b/borgmatic/config/schema.yaml index f6ec574..c78dbb7 100644 --- a/borgmatic/config/schema.yaml +++ b/borgmatic/config/schema.yaml @@ -214,7 +214,7 @@ properties: Path for storing temporary runtime data like streaming database dumps and bootstrap metadata. borgmatic automatically creates and uses a "borgmatic" subdirectory here. Defaults to $XDG_RUNTIME_DIR - or or $TMPDIR or $TEMP or /run/user/$UID. + or $TMPDIR or $TEMP or /run/user/$UID. example: /run/user/1001 user_state_directory: type: string -- 2.50.0

