]> git.proxmox.com Git - pve-docs.git/commitdiff
backup restore: Fix syntax for bwlimit example
authorDominic Jäger <d.jaeger@proxmox.com>
Fri, 20 Dec 2019 09:09:48 +0000 (10:09 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 20 Dec 2019 09:35:20 +0000 (10:35 +0100)
Signed-off-by: Dominic Jäger <d.jaeger@proxmox.com>
vzdump.adoc

index fd7f13f4e20e314f5dc9579ec6cef82821774c24..404ad09ce81bf02f5da443caf2dceee8d1271f48 100644 (file)
@@ -200,7 +200,7 @@ time, thus we implemented the possibility to set a default bandwidth limit
 per configured storage, this can be done with:
 
 ----
-# pvesm set STORAGEID --bwlimit KIBs
+# pvesm set STORAGEID --bwlimit restore=KIBs
 ----