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: |