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

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  
主站蜘蛛池模板: 金秀| 马边| 收藏| 桐城市| 乐安县| 天镇县| 辽源市| 西盟| 安乡县| 高碑店市| 炎陵县| 盘山县| 墨玉县| 江北区| 清新县| 吉林省| 阿拉尔市| 汝城县| 象山县| 施甸县| 玉环县| 昌宁县| 青铜峡市| 贵州省| 扎兰屯市| 江华| 鸡东县| 广州市| 府谷县| 鄂托克旗| 黎城县| 奈曼旗| 双江| 土默特右旗| 合肥市| 襄樊市| 民权县| 醴陵市| 翁牛特旗| 全椒县| 三门峡市|