]> git.proxmox.com Git - pve-docs.git/blame_incremental - qmrestore.1-synopsis.adoc
correctly set DOCRELEASE=5.0
[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> (1 - N)` ::
12
13The (unique) ID of the VM.
14
15`-force` `<boolean>` ::
16
17Allow to overwrite existing VM.
18
19`-pool` `<string>` ::
20
21Add the VM to the specified pool.
22
23`-storage` `<string>` ::
24
25Default storage.
26
27`-unique` `<boolean>` ::
28
29Assign a unique random ethernet address.
30