upctl storage clone
Clone a storage
Examples
upctl storage clone 015899e0-0a68-4949-85bb-261a99de5fdd --title my_storage_clone --zone fi-hel1
upctl storage clone 015899e0-0a68-4949-85bb-261a99de5fdd --title my_storage_clone2 --zone pl-waw1 --tier maxiops
upctl storage clone "My Storage" --title my_storage_clone3 --zone pl-waw1 --tier maxiops
Options
Option | Description |
---|---|
--tier |
The storage tier to use. Default: hdd |
--title |
A short, informational description. |
--zone |
Zone where to create the storage. Run upctl zone list to list all available zones. |
--encrypt |
Encrypt the new storage. |
--help , -h |
help for clone Default: false |
Global options
Option | Description |
---|---|
--client-timeout , -t |
Client timeout to use in API calls. Default: 0s |
--config |
Configuration file path. |
--debug |
Print out more verbose debug logs. Default: false |
--force-colours |
Force coloured output despite detected terminal support. |
--no-colours |
Disable coloured output despite detected terminal support. Colours can also be disabled by setting NO_COLOR environment variable. |
--output , -o |
Output format (supported: json, yaml and human) Default: human |
Related commands
Command | Description |
---|---|
upctl storage | Manage storages |