Browse Source

add 13weekly and 3monthly quarterly

Vandal 1 month ago
parent
commit
fdb08b6c56
1 changed files with 8 additions and 0 deletions
  1. 8 0
      borgmatic/config/schema.yaml

+ 8 - 0
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: |