]> git.proxmox.com Git - pve-docs.git/commitdiff
vzdump: change vzdump.cron to pvescheduler
authorDominik Csapak <d.csapak@proxmox.com>
Thu, 11 Nov 2021 11:07:03 +0000 (12:07 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 11 Nov 2021 15:21:40 +0000 (16:21 +0100)
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
vzdump.adoc

index a2b908dd18d6dc9cb4ec8c841db7cf932cc134ac..96ae70dff319d1436ad95d48363302567bf561bb 100644 (file)
@@ -49,7 +49,10 @@ archiving.
 Backup jobs can be scheduled so that they are executed automatically
 on specific days and times, for selectable nodes and guest systems.
 Configuration of scheduled backups is done at the Datacenter level in
-the GUI, which will generate a cron entry in /etc/cron.d/vzdump.
+the GUI, which will generate a job entry in /etc/pve/jobs.cfg, which
+will in turn be parsed and executed by the `pvescheduler` daemon.
+These jobs use the xref:chapter_calendar_events[calendar events] for
+defining the schedule.
 
 Backup modes
 ------------