Automatic Backup of Compute Engine Persistent Disks in Google Cloud Platform
There are two ways to create a backup snapshot of compute engine persistent disks. You can either take a snapshot from the Google cloud console or run gcloud snapshot command from the command line. The following command creates a snapshot (backup) of the disk named "mydisk1" created in "asia-east1-a" availability zone, gcloud compute disks snapshot […]