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

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  
主站蜘蛛池模板: 新沂市| 两当县| 乌鲁木齐县| 灌南县| 西乌珠穆沁旗| 仁化县| 临洮县| 永仁县| 阿合奇县| 东阿县| 临洮县| 永和县| 抚顺市| 武鸣县| 清苑县| 青龙| 通渭县| 华亭县| 文安县| 桂平市| 宜丰县| 沧源| 田林县| 应城市| 上栗县| 徐州市| 盐边县| 潼关县| 丰城市| 犍为县| 洪洞县| 临沂市| 辽阳市| 同江市| 通州市| 巴林右旗| 高阳县| 沁阳市| 罗甸县| 赫章县| 大理市|