Azure 备份与快照
Azure back up vs Snapshots
我是一个 Azure 新手,只是想更好地了解 Azure。我的问题特定于在 Azure 中备份 Linux 个虚拟机。请帮助我更好地理解它。
我读到 Azure 备份拍摄快照,然后将它们上传到保管库。我试图了解使用 'Azure backup' 备份 VM 与通过 "az vm" cli 命令拍摄 OS Azure VM 磁盘和数据磁盘的快照有何不同?
这里的金库到底是什么?它是在内部实现为带有 blob 容器的存储帐户还是类似于 AWS 中的 Glacier?
Azure 备份或 osdisk 快照哪个更划算?
如果两个选项相似,即使用 azure 备份或拍摄 OS disk/Data 个磁盘的快照。使用一个比另一个有优势吗?
OS 磁盘的快照本质上是在 Azure 全局中拍摄的吗?可以从任何其他地理位置访问它们吗?
在 Azure 门户中,快照,"snapshot state" 是什么?为什么即使在从快照磁盘中分离出虚拟机后,我的快照状态仍为 "Unattached"?
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?
备份保管库是一种托管存储服务,用于存储随时间推移创建的所有备份。它还包含应用于受保护 VM 的备份策略。
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 备份比存储消耗的费用多收费。欲了解更多信息,link下面供您参考。
Is there an advantage of using one over the other?
如果您想拍摄快照并且 VM 是 运行,我们建议您先关闭 VM 以拍摄干净且一致的快照。 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"?
'Unattached'就是image/disk的状态。这意味着磁盘尚未附加到任何 VM。
我是一个 Azure 新手,只是想更好地了解 Azure。我的问题特定于在 Azure 中备份 Linux 个虚拟机。请帮助我更好地理解它。
我读到 Azure 备份拍摄快照,然后将它们上传到保管库。我试图了解使用 'Azure backup' 备份 VM 与通过 "az vm" cli 命令拍摄 OS Azure VM 磁盘和数据磁盘的快照有何不同?
这里的金库到底是什么?它是在内部实现为带有 blob 容器的存储帐户还是类似于 AWS 中的 Glacier?
Azure 备份或 osdisk 快照哪个更划算?
如果两个选项相似,即使用 azure 备份或拍摄 OS disk/Data 个磁盘的快照。使用一个比另一个有优势吗?
OS 磁盘的快照本质上是在 Azure 全局中拍摄的吗?可以从任何其他地理位置访问它们吗?
在 Azure 门户中,快照,"snapshot state" 是什么?为什么即使在从快照磁盘中分离出虚拟机后,我的快照状态仍为 "Unattached"?
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?
备份保管库是一种托管存储服务,用于存储随时间推移创建的所有备份。它还包含应用于受保护 VM 的备份策略。
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 备份比存储消耗的费用多收费。欲了解更多信息,link下面供您参考。
Is there an advantage of using one over the other?
如果您想拍摄快照并且 VM 是 运行,我们建议您先关闭 VM 以拍摄干净且一致的快照。 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"?
'Unattached'就是image/disk的状态。这意味着磁盘尚未附加到任何 VM。