2025-09-14 18:48:49 -06:00
|
|
|
# pct clone
|
|
|
|
|
|
|
|
|
|
> Clone a container.
|
2025-12-16 10:20:31 -07:00
|
|
|
> More information: <https://pve.proxmox.com/pve-docs/pct.1.html#cli_pct_clone>.
|
2025-09-14 18:48:49 -06:00
|
|
|
|
|
|
|
|
- Clone a container:
|
|
|
|
|
|
2026-06-12 17:51:25 -06:00
|
|
|
`pct {{[cl|clone]}} {{100}} {{101}}`
|
2025-09-14 18:48:49 -06:00
|
|
|
|
|
|
|
|
- Clone a container with a custom name:
|
|
|
|
|
|
2026-06-12 17:51:25 -06:00
|
|
|
`pct {{[cl|clone]}} {{100}} {{101}} --hostname {{host_name}}`
|
|
|
|
|
|
|
|
|
|
- Create a full clone instead of a linked clone:
|
|
|
|
|
|
|
|
|
|
`pct {{[cl|clone]}} {{100}} {{101}} --full`
|