From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate001.proxmox.com (gate001.proxmox.com [IPv6:2a0f:8001:1:32::40]) by lore.proxmox.com (Postfix) with ESMTPS id 4AB261FF0E0 for ; Thu, 23 Jul 2026 13:45:57 +0200 (CEST) Received: from gate001.proxmox.com (localhost.localdomain [127.0.0.1]) by gate001.proxmox.com (Proxmox) with ESMTP id C5DCD21355; Thu, 23 Jul 2026 13:45:56 +0200 (CEST) From: Arthur Bied-Charreton To: pbs-devel@lists.proxmox.com Subject: [PATCH proxmox-backup] docs: notifications: fix broken calendar match examples Date: Thu, 23 Jul 2026 13:45:48 +0200 Message-ID: <20260723114548.319543-1-a.bied-charreton@proxmox.com> X-Mailer: git-send-email 2.47.3 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-SPAM-LEVEL: Spam detection results: 2 DMARC_MISSING 0.1 Missing DMARC policy KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment (newer systems) KAM_LAZY_DOMAIN_SECURITY 1 Sending domain does not have any anti-forgery methods RDNS_NONE 1.274 Delivered to internal network by a host with no rDNS SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_NONE 0.001 SPF: sender does not publish an SPF Record Message-ID-Hash: SFZ22GPV2XUJWPB24LHZAX5XAVLQ5PBS X-Message-ID-Hash: SFZ22GPV2XUJWPB24LHZAX5XAVLQ5PBS X-MailFrom: abied-charreton@jett.proxmox.com X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; loop; banned-address; emergency; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.10 Precedence: list List-Id: Proxmox Backup Server development discussion List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: The calendar matcher examples showed weekday ranges as start-end. The correct syntax is start..end - these example configs do not parse. Update the examples to the correct a..b range syntax. Signed-off-by: Arthur Bied-Charreton --- docs/notifications.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/notifications.rst b/docs/notifications.rst index 440c700a4..7d6517dd7 100644 --- a/docs/notifications.rst +++ b/docs/notifications.rst @@ -217,8 +217,8 @@ Examples: * ``match-calendar 8-12`` * ``match-calendar 8:00-15:30`` -* ``match-calendar mon-fri 9:00-17:00`` -* ``match-calendar sun,tue-wed,fri 9-17`` +* ``match-calendar mon..fri 9:00-17:00`` +* ``match-calendar sun,tue..wed,fri 9-17`` Field Matching Rules ^^^^^^^^^^^^^^^^^^^^ @@ -417,4 +417,3 @@ Counter Threshold Description and Usage ``s3-download`` Amount of bytes downloaded from the S3 endpoint, independent of request method. ==================== ========================================================== - -- 2.47.3