]> git.proxmox.com Git - pve-docs.git/commitdiff
backup: Fix wrong unit for bandwidth limit
authorStefan Hanreich <s.hanreich@proxmox.com>
Wed, 29 Mar 2023 12:34:32 +0000 (14:34 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 6 Jun 2023 15:55:19 +0000 (17:55 +0200)
The correct unit for the bwlimit is actually Kibibyte per second
rather than Kibibit per second.

Signed-off-by: Stefan Hanreich <s.hanreich@proxmox.com>
vzdump.adoc

index ce465295f8d375d5e210d149e989cadaf2bee434..f3eadcdd14e571ef4bd974d2cda1662934ee70ee 100644 (file)
@@ -398,7 +398,7 @@ limit. A bigger per-job limit will only overwrite the per-storage limit if
 you have `Data.Allocate' permissions on the affected storage.
 
 You can use the `--bwlimit <integer>` option from the restore CLI commands
-to set up a restore job specific bandwidth limit.  Kibit/s is used as unit
+to set up a restore job specific bandwidth limit. KiB/s is used as unit
 for the limit, this means passing `10240' will limit the read speed of the
 backup to 10 MiB/s, ensuring that the rest of the possible storage bandwidth
 is available for the already running virtual guests, and thus the backup