- Google Cloud Platform for Architects
- Vitthal Srinivasan Janani Ravi Judy Raj
- 264字
- 2021-06-25 20:48:32
Snapshots and images
Snapshots are used to back up data from persistent disks to Cloud Storage, but they are not visible in your buckets as they are managed by the snapshot service. Snapshot is not available for local SSD. They can be used to create new disks, which may be in another region or zone in the same project, and thus they form the basis of VM migration. But you cannot share snapshots across projects.

Snapshots do not back up VM metadata, tags, and so on. In this way, they are different from images—which are used primarily to create instances or configure instance templates. Snapshots can be created from persistent disks even while they are attached to running instances. Images, in turn, can be either public or custom, and are an important tool in creating managed instance groups to clone a given single instance.
Snapshots are incremental and can hence be used to create regular snapshots on a persistent disk faster and at a much lower cost than regularly creating a full image of the disk.
On Windows, you can enable Volume Shadow Service (VSS), which enables a disk to be backed up without having to be shut down. Snapshots are the size of the existing disk. They cannot be restored to a smaller disk or other disk types. Thus, shrinking a disk would be an OS copy process of data from one attached disk to a second smaller attached disk. Multiple copies of each snapshot are redundantly stored across multiple locations with automatic checksums to ensure the integrity of data.
- 在你身邊為你設計Ⅲ:騰訊服務設計思維與實戰(zhàn)
- LibGDX Game Development Essentials
- PyTorch深度學習實戰(zhàn):從新手小白到數(shù)據(jù)科學家
- Python絕技:運用Python成為頂級數(shù)據(jù)工程師
- Unity 5.x Game AI Programming Cookbook
- 數(shù)據(jù)之巔:數(shù)據(jù)的本質與未來
- Game Development with Swift
- 數(shù)據(jù)驅動:從方法到實踐
- 基于OPAC日志的高校圖書館用戶信息需求與檢索行為研究
- 數(shù)據(jù)庫應用系統(tǒng)開發(fā)實例
- 企業(yè)大數(shù)據(jù)處理:Spark、Druid、Flume與Kafka應用實踐
- 數(shù)據(jù)庫原理與設計實驗教程(MySQL版)
- NoSQL數(shù)據(jù)庫原理(第2版·微課版)
- MySQL性能調優(yōu)與架構設計
- 數(shù)據(jù)挖掘與數(shù)據(jù)化運營實戰(zhàn):思路、方法、技巧與應用