[pve-devel] [PATCH docs 1/2] pvesr: fix calendar event examples
Dominik Csapak
d.csapak at proxmox.com
Thu Sep 10 14:57:10 CEST 2020
'22' as timespec results in every hour at 22 minutes, so
0:22, 1:22, etc. not at 22:00 like the text suggests
fix the examples to match the text
Signed-off-by: Dominik Csapak <d.csapak at proxmox.com>
---
pvesr.adoc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pvesr.adoc b/pvesr.adoc
index a1a366c..6a2049b 100644
--- a/pvesr.adoc
+++ b/pvesr.adoc
@@ -103,8 +103,8 @@ This format allows you to configure a set of days on which the job should run.
You can also set one or more start times. It tells the replication scheduler
the moments in time when a job should start.
With this information we, can create a job which runs every workday at 10
-PM: `'mon,tue,wed,thu,fri 22'` which could be abbreviated to: `'mon..fri
-22'`, most reasonable schedules can be written quite intuitive this way.
+PM: `'mon,tue,wed,thu,fri 22:00'` which could be abbreviated to: `'mon..fri
+22:00'`, most reasonable schedules can be written quite intuitive this way.
NOTE: Hours are formatted in 24-hour format.
--
2.20.1
More information about the pve-devel
mailing list