From f616284ffbae19ce9605fe40c09379b4bc7eb2ab Mon Sep 17 00:00:00 2001 From: Tony Fernandez Date: Wed, 23 Oct 2024 17:24:20 -0400 Subject: [PATCH] better description for server string --- borgmatic/config/schema.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/borgmatic/config/schema.yaml b/borgmatic/config/schema.yaml index 4499c4f6..134e265b 100644 --- a/borgmatic/config/schema.yaml +++ b/borgmatic/config/schema.yaml @@ -1628,6 +1628,7 @@ properties: type: string description: | The address of your self-hosted zabbix instance. + Not specifying a server will default to the Zabbix cloud. example: https://zabbix.your-domain.com username: type: string