Sha256: 1d17700b1a15aabc7c00bec38b49013fd67e7cea1cf54fa0b703c575ba84096c
Contents?: true
Size: 1.26 KB
Versions: 3
Compression:
Stored size: 1.26 KB
Contents
# SnapshotRestore This will restore a snapshot onto a volume. A snapshot is created as just another image that can be used to create new volumes or to restore an existing volume. ```text knife ionoscloud snapshot restore (options) ``` ## Available options: ### Required options: * datacenter\_id * volume\_id * snapshot\_id * ionoscloud\_username * ionoscloud\_password ```text extra_config_file: --extra-config EXTRA_CONFIG_FILE_PATH, -e EXTRA_CONFIG_FILE_PATH path to the additional config file datacenter_id: --datacenter DATACENTER_ID, -D DATACENTER_ID iD of the Datacenter (required) volume_id: --volume VOLUME_ID, -V VOLUME_ID iD of the Volume (required) snapshot_id: --snapshot SNAPSHOT_ID, -S SNAPSHOT_ID iD of the Snapshot (required) ionoscloud_username: --username USERNAME, -u USERNAME your Ionoscloud username (required) ionoscloud_password: --password PASSWORD, -p PASSWORD your Ionoscloud password (required) ionoscloud_url: --url URL the Ionoscloud API URL ``` ## Example ```text knife ionoscloud snapshot restore --extra-config EXTRA_CONFIG_FILE_PATH --datacenter DATACENTER_ID --volume VOLUME_ID --snapshot SNAPSHOT_ID --username USERNAME --password PASSWORD --url URL ```
Version data entries
3 entries across 3 versions & 1 rubygems