Signed-off-by: Dominik Csapak <[email protected]> --- vzdump.adoc | 6 ++++++ 1 file changed, 6 insertions(+)
diff --git a/vzdump.adoc b/vzdump.adoc index 544ed5e..f475b50 100644 --- a/vzdump.adoc +++ b/vzdump.adoc @@ -54,6 +54,12 @@ 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. +Since scheduled backups miss their execution when the host was offline or the +job was disabled during the scheduled time, it is possible to configure the +behaviour for catching up. By enabling the `Skip missed` option (`skip-missed` +in the config), you can tell the scheduler that it should not catch up the +missed runs in those two cases. + Backup modes ------------ -- 2.30.2 _______________________________________________ pve-devel mailing list [email protected] https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
