From b60cf2449afa1f316230b86773e4435163949a26 Mon Sep 17 00:00:00 2001 From: Vandal <86826719+VandalByte@users.noreply.github.com> Date: Tue, 25 Mar 2025 00:48:27 +0530 Subject: [PATCH] add recreate to schema --- borgmatic/config/schema.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/borgmatic/config/schema.yaml b/borgmatic/config/schema.yaml index 7b309ea0..9fb8f361 100644 --- a/borgmatic/config/schema.yaml +++ b/borgmatic/config/schema.yaml @@ -767,6 +767,7 @@ properties: - prune - compact - create + - recreate - check - delete - extract @@ -982,6 +983,7 @@ properties: - prune - compact - create + - recreate - check - delete - extract @@ -1046,6 +1048,7 @@ properties: - prune - compact - create + - recreate - check - delete - extract