]> git.proxmox.com Git - pve-docs.git/blobdiff - vzdump.conf.5-opts.adoc
fix #4866: fix install on Debian wiki link
[pve-docs.git] / vzdump.conf.5-opts.adoc
index 58b5167190cc7d4783593b62355d2cb9415d857c..d57e4fdc18613e920e35d6b7e9417d2e9eceff4b 100644 (file)
@@ -1,6 +1,6 @@
 `bwlimit`: `<integer> (0 - N)` ('default =' `0`)::
 
-Limit I/O bandwidth (KBytes per second).
+Limit I/O bandwidth (in KiB/s).
 
 `compress`: `<0 | 1 | gzip | lzo | zstd>` ('default =' `0`)::
 
@@ -10,13 +10,13 @@ Compress dump file.
 
 Store resulting files to specified directory.
 
-`exclude-path`: `<string>` ::
+`exclude-path`: `<array>` ::
 
 Exclude certain files/directories (shell globs). Paths starting with '/' are anchored to the container's root,  other paths match relative to each subdirectory.
 
 `ionice`: `<integer> (0 - 8)` ('default =' `7`)::
 
-Set CFQ ionice priority.
+Set IO priority when using the BFQ scheduler. For snapshot and suspend mode backups of VMs, this only affects the compressor. A value of 8 means the idle priority is used, otherwise the best-effort priority is used with the specified value.
 
 `lockwait`: `<integer> (0 - N)` ('default =' `180`)::