]> git.proxmox.com Git - pve-docs.git/commitdiff
backup: mention max-workers performance setting
authorFiona Ebner <f.ebner@proxmox.com>
Mon, 3 Oct 2022 13:52:11 +0000 (15:52 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Mon, 10 Oct 2022 11:08:49 +0000 (13:08 +0200)
Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
vzdump.adoc

index 841cf3d3042b417bf62331ff79e4d532820473c4..8658e380b39f201a0a3a40213e95ab1306a8a3f8 100644 (file)
@@ -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]]