Azure 备份与快照

标签 azure azure-blob-storage snapshot

我是一个 Azure 新手,只是想更好地了解 Azure。我的问题专门针对在 Azure 中备份 Linux VM。请帮助我更好地理解它。

我了解到 Azure 备份会拍摄快照,然后将其上传到保管库。我试图了解使用“Azure 备份”备份 VM 与通过“az vm”cli 命令获取 Azure VM 的操作系统磁盘和数据磁盘快照有何不同?

这里的金库到底是什么?它是在内部实现为带有 blob 容器的存储帐户还是类似于 AWS 中的 Glacier?

从成本角度来看, azure 备份或 osdisk 快照哪个更好?

如果两个选项相似,即使用 azure 备份或拍摄操作系统磁盘/数据磁盘的快照。使用其中一种比另一种有优势吗?

在 Azure 中拍摄的操作系统磁盘快照本质上是全局的吗?可以从任何其他地理位置访问它们吗?

在 Azure 门户、快照中,什么是“快照状态”?为什么即使从快照磁盘分离虚拟机后,快照状态仍为“未附加”?

最佳答案

I'm trying to understand how using 'Azure backup' to backup a VM is different from taking the snapshots of OS Disk and data disk of azure VM via "az vm" cli commands?

Azure 备份充当灾难恢复服务 (DRaaS)。它是一项托管服务,更易于使用。您无需担心备份文件的存储位置和方式。如果 VM 正在运行,Azure 备份服务将使用 VMSnapshotLinux 扩展在 Linux 中拍摄时间点快照。否则,备份服务会拍摄底层存储的快照。

What exactly is the vault here?

备份保管库是一种托管存储服务,用于存储一段时间内创建的所有备份。它还包含应用于 protected 虚拟机的备份策略。

Is it internally implemented as a storage account with blob container or is it something similar to the Glacier in AWS?

这是一项托管服务,尚未公布其工作原理。

Which is better cost wise, azure backup or osdisk snapshots?

Azure 备份的费用高于存储消耗费用。如需了解更多信息,以下链接供您引用。

Backup Pricing

Is there an advantage of using one over the other?

如果您想在虚拟机正在运行的情况下拍摄快照,我们建议您先关闭虚拟机以拍摄干净且一致的快照。 Azure备份服务将使用扩展来完成此操作,我们不需要关闭VM。

Are the Snapshots of OS disk taken in Azure global in nature? Can they be accessed from any other geos?

快照是只读 blob,可以从任何其他地理位置访问它。

In the azure portal, snapshots, what is "snapshot state"?

“未附加”是镜像/磁盘的状态。这意味着该磁盘尚未附加到任何虚拟机。

关于Azure 备份与快照,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43599207/

相关文章:

iphone - XCode 会在提交时拍摄我的应用程序的快照吗?

elasticsearch - 快照失败,无法还原所有数据

java - HtmlUnit 没有并行运行所有 HTTP 请求?

c# - 使用 AAD 帐户以外的 ms live 帐户时,Azure AD 身份验证失败

azure - 应用程序洞察端到端交易详细信息不显示遥测的整个序列

ios - 在 Azure 中公开半静态信息的最有效方法

azure - 如何使用 Azure Function 中的范围 header 和部分内容流式传输存储在 Azure Blob 存储中的 mp4 文件?

Azure Blob Go lib使用TokenCredential访问blob api总是返回错误

azure - 配置失败。 VM 'VM Name' 的操作系统配置未在分配的时间内完成

azure - 如何处理Azure Synapse "Try reducing the numbers of vcores requested or increasing your vcore quota"