]> git.proxmox.com Git - pve-docs.git/blame_incremental - qmrestore.1-synopsis.adoc
fix #1959: remove any information regarding 'auto'
[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`--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`--pool` `<string>` ::
24
25Add the VM to the specified pool.
26
27`--storage` `<string>` ::
28
29Default storage.
30
31`--unique` `<boolean>` ::
32
33Assign a unique random ethernet address.
34