From b0bd901108296aba52ea3bb5bb8f1e5185b5c6f0 Mon Sep 17 00:00:00 2001 From: Dominik Csapak Date: Mon, 13 Jun 2022 15:24:11 +0200 Subject: [PATCH] vzdump: add section about 'repeat-missed' Signed-off-by: Dominik Csapak Reviewed-by: Fabian Ebner --- vzdump.adoc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/vzdump.adoc b/vzdump.adoc index 544ed5e..add40dc 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 +pvescheduler was disabled during the scheduled time, it is possible to configure +the behaviour for catching up. By enabling the `Repeat missed` option +(`repeat-missed` in the config), you can tell the scheduler that it should run +missed jobs as soon as possible. + Backup modes ------------