From fdb08b6c56b7e2697b3b98e98b42a3d82763b07f Mon Sep 17 00:00:00 2001 From: Vandal <86826719+VandalByte@users.noreply.github.com> Date: Sat, 19 Apr 2025 10:14:41 +0530 Subject: [PATCH] add 13weekly and 3monthly quarterly --- borgmatic/config/schema.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/borgmatic/config/schema.yaml b/borgmatic/config/schema.yaml index 0216833b..105f9b8e 100644 --- a/borgmatic/config/schema.yaml +++ b/borgmatic/config/schema.yaml @@ -558,6 +558,14 @@ properties: type: integer description: Number of yearly archives to keep. example: 1 + keep_13weekly: + type: integer + description: Number of quarterly archives to keep (13 week strategy). + example: 13 + keep_3monthly: + type: integer + description: Number of quarterly archives to keep (3 month strategy). + example: 3 prefix: type: string description: |