From 764a32850b346fbd3e8473dba4b0ceeb9d8b23d6 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Fri, 30 Sep 2022 11:28:05 +0200 Subject: [PATCH] backup: fix title case and add skelleton for new jobs section Signed-off-by: Thomas Lamprecht --- vzdump.adoc | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/vzdump.adoc b/vzdump.adoc index add40dc..115c740 100644 --- a/vzdump.adoc +++ b/vzdump.adoc @@ -60,7 +60,7 @@ 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 +Backup Modes ------------ There are several ways to provide consistency (option `mode`), @@ -194,6 +194,14 @@ Backup Encryption For Proxmox Backup Server storages, you can optionally set up client-side encryption of backups, see xref:storage_pbs_encryption[the corresponding section.] +Backup Jobs +----------- + +Besides triggering a backup manually, you can also setup periodic jobs that +backup all, or a selection of virtual guest to a storage. + +// TODO: extend, link to retention below, ... di & document perf max-worker settings + [[vzdump_retention]] Backup Retention ----------------