From eb8f7e03291718f6ecb4d8421c3cf5c7192324d1 Mon Sep 17 00:00:00 2001 From: Tony Fernandez Date: Tue, 12 Nov 2024 09:55:07 -0500 Subject: [PATCH] better description for expire and retry --- borgmatic/config/schema.yaml | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/borgmatic/config/schema.yaml b/borgmatic/config/schema.yaml index 7564135d..791bdabc 100644 --- a/borgmatic/config/schema.yaml +++ b/borgmatic/config/schema.yaml @@ -1646,14 +1646,16 @@ properties: description: | How many seconds your notification will continue to be retried (every retry seconds). Defaults to - 600. + 600. This settings only applies to priority 2 + notifications. example: 600 retry: type: integer description: | The retry parameter specifies how often (in seconds) the Pushover servers will send the - same notification to the user. Defaults to 30. + same notification to the user. Defaults to 30. This + settings only applies to priority 2 notifications. example: 30 device: type: string @@ -1720,14 +1722,16 @@ properties: description: | How many seconds your notification will continue to be retried (every retry seconds). Defaults to - 600. + 600. This settings only applies to priority 2 + notifications. example: 600 retry: type: integer description: | The retry parameter specifies how often (in seconds) the Pushover servers will send the - same notification to the user. Defaults to 30. + same notification to the user. Defaults to 30. This + settings only applies to priority 2 notifications. example: 30 device: type: string @@ -1793,14 +1797,16 @@ properties: description: | How many seconds your notification will continue to be retried (every retry seconds). Defaults to - 600. + 600. This settings only applies to priority 2 + notifications. example: 600 retry: type: integer description: | The retry parameter specifies how often (in seconds) the Pushover servers will send the - same notification to the user. Defaults to 30. + same notification to the user. Defaults to 30. This + settings only applies to priority 2 notifications. example: 30 device: type: string