官术网_书友最值得收藏!

How to snapshot a disk

Snapshots are used to back up persistent disks. They are different from backup disk images since they are created to be used periodically. If we create subsequent snapshots of persistent disk, only the first snapshot will back up the entire data of disk, while the other ones will only have reference to prior snapshots for the duplicate data and will contain updated data or newly added data with logs. This reduces total storage to be used and hence reduces the billing amount. To create a persistent disk snapshot, follow these steps:

  1. Use the gcloud compute disks snapshot command and provide a disk name as an argument:
gcloud compute disks snapshot sda  
  1. It returns a status flag result as READY or FAILED. To verify the snapshot creation, use the following:
gcloud compute snapshots list  
  1. To restore data from the created snapshot, create a persistent disk larger than the size of the snapshot. Do this from the snapshot itself and make sure you are not doing it from the root directory:
gcloud compute disks create sdb  --source-snapshot=test-instance-snapshot --size=600GB  
  1. Attach this persistent disk to an instance:
gcloud compute instances attach-disk test-instance01 --disk=sdb  
  1. The preceding command is useful when snapshot and restoration disks are of the same type. For different types of disks, use a type argument and provide the disk type.
  2. Finally, to delete the snapshot, use the following command:
gcloud compute snapshots delete test-instance-snapshot  
主站蜘蛛池模板: 红河县| 阜康市| 胶南市| 安国市| 荥阳市| 安化县| 岳阳县| 大英县| 邢台县| 静乐县| 广平县| 监利县| 射洪县| 开鲁县| 长寿区| 徐汇区| 宜君县| 桃园市| 望奎县| 麻城市| 达日县| 浮山县| 新乡县| 黑龙江省| 介休市| 泗水县| 台江县| 秦安县| 黄大仙区| 靖边县| 綦江县| 日喀则市| 扬中市| 崇明县| 和田县| 三明市| 开鲁县| 台山市| 灯塔市| 湖口县| 罗城|