Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

Backup data using GCP low-cost snapshots

Creating regular Persistent Disk Snapshots to backup data, even if they’re attached to a running instances. Snapshots are a faster, more cost-effective way to back up data versus to create a full image of a disk.

Snapshots are differential, so administrator can create regular snapshots on a persistent disk much faster and at a much lower cost. Snapshots are always created based on the last successful snapshot taken.

use the gcloud Compute Disks Snapshot command:

gcloud compute disks snapshot [DISK_NAME]

Reference
Creating Persistent Disk Snapshots



This post first appeared on Han Neng Dot Net | Whatever And Anything, please read the originial post: here

Share the post

Backup data using GCP low-cost snapshots

×

Subscribe to Han Neng Dot Net | Whatever And Anything

Get updates delivered right to your inbox!

Thank you for your subscription

×