5
0
mirror of git://git.proxmox.com/git/pve-docs.git synced 2025-01-21 18:03:45 +03:00
pve-docs/qmrestore.1-synopsis.adoc

39 lines
689 B
Plaintext
Raw Normal View History

2016-04-08 07:30:48 +02:00
*qmrestore* `help`
*qmrestore* `<archive> <vmid>` `[OPTIONS]`
Restore QemuServer vzdump backups.
2016-11-05 16:49:43 +01:00
`<archive>`: `<string>` ::
2016-04-08 07:30:48 +02:00
The backup file. You can pass '-' to read from standard input.
`<vmid>`: `<integer> (100 - 999999999)` ::
2016-04-08 07:30:48 +02:00
The (unique) ID of the VM.
2018-03-22 13:17:37 +01:00
`--bwlimit` `<number> (0 - N)` ::
Override I/O bandwidth limit (in KiB/s).
2018-03-22 13:17:37 +01:00
2017-10-19 09:30:23 +02:00
`--force` `<boolean>` ::
2016-04-08 07:30:48 +02:00
Allow to overwrite existing VM.
`--live-restore` `<boolean>` ::
Start the VM immediately from the backup and restore in background. PBS only.
2017-10-19 09:30:23 +02:00
`--pool` `<string>` ::
2016-04-08 07:30:48 +02:00
Add the VM to the specified pool.
`--storage` `<storage ID>` ::
2016-04-08 07:30:48 +02:00
Default storage.
2017-10-19 09:30:23 +02:00
`--unique` `<boolean>` ::
2016-04-08 07:30:48 +02:00
Assign a unique random ethernet address.