]> git.proxmox.com Git - pve-docs.git/blobdiff - qmrestore.1-synopsis.adoc
buildsys: switch upload dist over to buster
[pve-docs.git] / qmrestore.1-synopsis.adoc
index b5371f65745a044a2ccbba67f97b8facf9c8ec8b..73db993d6238c14fc3690b80935ac7aee7cfef1c 100644 (file)
@@ -4,27 +4,31 @@
 
 Restore QemuServer vzdump backups.
 
-`<archive>` `string` ::
+`<archive>`: `<string>` ::
 
 The backup file. You can pass '-' to read from standard input.
 
-`<vmid>` `integer (1 - N)` ::
+`<vmid>`: `<integer> (1 - N)` ::
 
 The (unique) ID of the VM.
 
-`-force` `boolean` ::
+`--bwlimit` `<number> (0 - N)` ::
+
+Override i/o bandwidth limit (in KiB/s).
+
+`--force` `<boolean>` ::
 
 Allow to overwrite existing VM.
 
-`-pool` `string` ::
+`--pool` `<string>` ::
 
 Add the VM to the specified pool.
 
-`-storage` `string` ::
+`--storage` `<string>` ::
 
 Default storage.
 
-`-unique` `boolean` ::
+`--unique` `<boolean>` ::
 
 Assign a unique random ethernet address.