- 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.
- 數(shù)據(jù)庫基礎(chǔ)教程(SQL Server平臺)
- Unity 5.x Game AI Programming Cookbook
- Architects of Intelligence
- 數(shù)據(jù)要素五論:信息、權(quán)屬、價值、安全、交易
- 深入淺出MySQL:數(shù)據(jù)庫開發(fā)、優(yōu)化與管理維護(第2版)
- 數(shù)亦有道:Python數(shù)據(jù)科學指南
- 基于OPAC日志的高校圖書館用戶信息需求與檢索行為研究
- Construct 2 Game Development by Example
- Unreal Engine Virtual Reality Quick Start Guide
- 深入理解InfluxDB:時序數(shù)據(jù)庫詳解與實踐
- Doris實時數(shù)倉實戰(zhàn)
- SQL Server 2008寶典(第2版)
- 智能與數(shù)據(jù)重構(gòu)世界
- 云工作時代:科技進化必將帶來的新工作方式
- Kubernetes快速進階與實戰(zhàn)