From 9a0a393981344eea9c5ed9d877e17fb8f3a0c371 Mon Sep 17 00:00:00 2001 From: Fiona Ebner Date: Mon, 3 Oct 2022 15:52:11 +0200 Subject: [PATCH] backup: mention max-workers performance setting Signed-off-by: Fiona Ebner --- vzdump.adoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vzdump.adoc b/vzdump.adoc index 841cf3d..8658e38 100644 --- a/vzdump.adoc +++ b/vzdump.adoc @@ -217,7 +217,8 @@ missed jobs as soon as possible. There are a few settings for tuning backup performance not exposed in the UI. The most notable is `bwlimit` for limiting IO bandwidth. The amount of threads used for the compressor can be controlled with the `pigz` (replacing `gzip`), -respectively, `zstd` setting. Furthermore, there is `ionice`. See the +respectively, `zstd` setting. Furthermore, there are `ionice` and, as part of +the `performance` setting, `max-workers` (affects VM backups only). See the xref:vzdump_configuration[configuration options] for details. [[vzdump_retention]]