]> git.proxmox.com Git - pve-docs.git/commitdiff
backup: update information about performance settings
authorFiona Ebner <f.ebner@proxmox.com>
Tue, 16 Apr 2024 12:09:56 +0000 (14:09 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 17 Apr 2024 14:06:19 +0000 (16:06 +0200)
Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
vzdump.adoc

index b5bbac73e32916fcd7243c8825d07ac02740d3ef..fa904cc08ba7de6e38f89c2f2963c7c902fb3252 100644 (file)
@@ -214,10 +214,11 @@ 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.
 
-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 are `ionice` and, as part of
+There are a few settings for tuning backup performance (some of which are
+exposed in the 'Advanced' tab 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 are `ionice` (when the BFQ scheduler is used) and, as part of
 the `performance` setting, `max-workers` (affects VM backups only) and
 `pbs-entries-max` (affects container backups only). See the
 xref:vzdump_configuration[configuration options] for details.