mirror of
git://git.proxmox.com/git/pve-docs.git
synced 2025-01-08 21:17:52 +03:00
8dd66e125d
The changes stem mostly from the actual definition of our minimum and maximum range for the pve-vmid format. Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
39 lines
685 B
Plaintext
39 lines
685 B
Plaintext
*qmrestore* `help`
|
|
|
|
*qmrestore* `<archive> <vmid>` `[OPTIONS]`
|
|
|
|
Restore QemuServer vzdump backups.
|
|
|
|
`<archive>`: `<string>` ::
|
|
|
|
The backup file. You can pass '-' to read from standard input.
|
|
|
|
`<vmid>`: `<integer> (100 - 999999999)` ::
|
|
|
|
The (unique) ID of the VM.
|
|
|
|
`--bwlimit` `<number> (0 - N)` ::
|
|
|
|
Override I/O bandwidth limit (in KiB/s).
|
|
|
|
`--force` `<boolean>` ::
|
|
|
|
Allow to overwrite existing VM.
|
|
|
|
`--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>` ::
|
|
|
|
Default storage.
|
|
|
|
`--unique` `<boolean>` ::
|
|
|
|
Assign a unique random ethernet address.
|
|
|