]> git.proxmox.com Git - pve-docs.git/blobdiff - qmrestore.1-synopsis.adoc
bump version to 8.0.4
[pve-docs.git] / qmrestore.1-synopsis.adoc
index 1cafb41dd1c53fd05601ff393addc1a0ca7dcfc1..5d808b080f4a9dc5774b386c9b48c7aaf4ef0475 100644 (file)
@@ -8,23 +8,31 @@ Restore QemuServer vzdump backups.
 
 The backup file. You can pass '-' to read from standard input.
 
-`<vmid>`: `<integer> (1 - N)` ::
+`<vmid>`: `<integer> (100 - 999999999)` ::
 
 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>` ::
+`--live-restore` `<boolean>` ::
+
+Start the VM immediately from the backup and restore in background. PBS only.
+
+`--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.