An administrator needs to create a backup of a Portworx volume in an AWS S3 bucket and has already configured the secrets so Portworx can connect to the AWS S3 bucket.
What command is needed to create the backup?
Comprehensive and Detailed Explanation From Exact Extract:
After configuring credentials for AWS S3 object storage, the administrator uses the command pxctl cloudsnap backup <volumename> -cred-id <credentials-name> to create a cloud snapshot backup of a Portworx volume. This command instructs Portworx to take a point-in-time snapshot of the specified volume and upload it securely to the configured S3 bucket using the referenced credentials. The command leverages Portworx's cloud snapshot feature for disaster recovery and long-term retention. Option B relates to creating credentials and is not the backup command. Option C creates a local snapshot but does not back it up to the cloud. The Portworx CLI documentation highlights pxctl cloudsnap backup as the core method to perform backups to cloud object storage, enabling data protection strategies aligned with cloud-native architecturesPure Storage Portworx Cloud Snapshot Guidesource.
Currently there are no comments in this discussion, be the first to comment!