Skip to content

Latest commit

 

History

History
142 lines (83 loc) · 4 KB

create-volume-snapshot-04b5e02.md

File metadata and controls

142 lines (83 loc) · 4 KB

create-volume-snapshot

Takes a snapshot of the file system of the specified virtual machine volume. The operation is asynchronous.

Remember:

SAP Business Technology Platform, Neo environment will sunset on December 31, 2028, subject to terms of customer or partner contracts.

For more information, see SAP Note 3351844.

Tip:

This documentation refers to SAP Business Technology Platform, Neo environment. If you are looking for documentation about other environments, see SAP Business Technology Platform ↗️.

neo create-volume-snapshot --volume-id <volume_id> --name <name_of_the_snapshot> --account <subaccount_technical_name> --user <e-mail_or_user> --host <host>

Parameters

Required

-a, --account

Subaccount technical name

Type: string (up to 30 characters; lowercase letters and numbers, starting with a letter)

-n, --name

Name of the snapshot

Type: string. It can contain only alphanumeric characters (0-9, a-z, A-Z), underscore (_), and hyphen (-). The allowed name length is between 1 and 128 characters.

-h, --host

Enter a region host.

Type: URL. For acceptable values, see Regions ↗️.

-p, --password

To protect your password, enter it only when prompted by the console client and not explicitly as a parameter in the properties file or the command line.

Type: string

-u, --user

Use your email, SAP ID, or user name.

Type: string

-v, --volume-id

Unique identifier of the volume from which the snapshot will be taken

Type: string

Example

neo create-volume-snapshot --volume-id myvolumeid --name myvolumesnapshot --account mysubaccount --host hana.ondemand.com --user [email protected]

Related Information

Manage Volume Snapshots ↗️

delete-volume-snapshot

display-volume-snapshot

list-volume-snapshots