]> git.proxmox.com Git - pve-docs.git/blame_incremental - qmrestore.1-synopsis.adoc
totp: fix copy/paste mistake
[pve-docs.git] / qmrestore.1-synopsis.adoc
... / ...
CommitLineData
1*qmrestore* `help`
2
3*qmrestore* `<archive> <vmid>` `[OPTIONS]`
4
5Restore QemuServer vzdump backups.
6
7`<archive>`: `<string>` ::
8
9The backup file. You can pass '-' to read from standard input.
10
11`<vmid>`: `<integer> (100 - 999999999)` ::
12
13The (unique) ID of the VM.
14
15`--bwlimit` `<number> (0 - N)` ::
16
17Override I/O bandwidth limit (in KiB/s).
18
19`--force` `<boolean>` ::
20
21Allow to overwrite existing VM.
22
23`--live-restore` `<boolean>` ::
24
25Start the VM immediately from the backup and restore in background. PBS only.
26
27`--pool` `<string>` ::
28
29Add the VM to the specified pool.
30
31`--storage` `<storage ID>` ::
32
33Default storage.
34
35`--unique` `<boolean>` ::
36
37Assign a unique random ethernet address.
38