mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-11 17:58:42 +00:00
Update cheatsheets
This commit is contained in:
@@ -10,24 +10,24 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Copy a virtual machine:
|
||||
|
||||
`qm copy {{vm_id}} {{new_vm_id}}`
|
||||
`qm clone {{vm_id}} {{new_vm_id}}`
|
||||
|
||||
- Copy a virtual machine using a specific name:
|
||||
|
||||
`qm copy {{vm_id}} {{new_vm_id}} --name {{name}}`
|
||||
`qm clone {{vm_id}} {{new_vm_id}} --name {{name}}`
|
||||
|
||||
- Copy a virtual machine using a specific descriptionn:
|
||||
|
||||
`qm copy {{vm_id}} {{new_vm_id}} --description {{description}}`
|
||||
`qm clone {{vm_id}} {{new_vm_id}} --description {{description}}`
|
||||
|
||||
- Copy a virtual machine creating a full copy of all disks:
|
||||
|
||||
`qm copy {{vm_id}} {{new_vm_id}} --full`
|
||||
`qm clone {{vm_id}} {{new_vm_id}} --full`
|
||||
|
||||
- Copy a virtual machine using a specific format for file storage (requires `--full`):
|
||||
|
||||
`qm copy {{vm_id}} {{new_vm_id}} --full --format {{qcow2|raw|vmdk}}`
|
||||
`qm clone {{vm_id}} {{new_vm_id}} --full --format {{qcow2|raw|vmdk}}`
|
||||
|
||||
- Copy a virtual machine then add it to a specific pool:
|
||||
|
||||
`qm copy {{vm_id}} {{new_vm_id}} --pool {{pool_name}}`
|
||||
`qm clone {{vm_id}} {{new_vm_id}} --pool {{pool_name}}`
|
||||
|
||||
Reference in New Issue
Block a user