Azure 存储复制与 Azure 备份
Azure storage replication vs Azure Backup
当 Azure 存储帐户提供不同的复制选项(如 LRS、ZRS、GRS、RA-GRS)时,为什么我们需要为 Azure 上的 VM(磁盘)进行 Azure 备份。
所有数据都已在不同区域复制(在 GRS 的情况下),我将从 Azure 备份中获得什么优势。
All the data is already replicate in different region (in case of
GRS), what advantes I will get out of Azure Backup.
复制不是备份!
确实,当您选择 GRS 复制时,会保留 6 个数据副本(3 个在主副本中,3 个在辅助副本中),但是当您从主副本中删除数据时,辅助副本中的数据会自动删除。
更新
You mean, if any data is deleted/corrupted due to some error/bug, can
be reproduced from backup and it is not possible in case of storage
replication.
你完全正确!
But Microsoft sells "Azure backup and Site recovery" as a BCDR
strategy. In context of any disaster, why not just rely on Storage
replication. Any advantages of Azure backup/site recovery?
我没有使用过 Azure 备份所以让我从存储复制的角度来回答这个问题。简单来说,"In context of Azure, a disaster is not a disaster unless Microsoft thinks it is a disaster"。直到发生这种情况,假设您选择了 GRS 复制(使用 RA-GRS,您显然可以选择随时从辅助设备读取数据),您将无法访问辅助设备。
此外,如果您选择LRS 或Premium LRS 复制并且确实在一个数据中心发生灾难,您的所有数据都将丢失。使用 Azure 备份,你至少有一个安全的数据副本,你可以根据该备份重新创建你的环境。
我知道这个问题很老,但 MS 提供了通过存储帐户进行灾难恢复的解决方案
我们可能有2种应对灾难的方案
它说:
如果主要端点因任何原因变得不可用,客户端将无法再写入存储帐户。下图显示了主节点不可用但尚未恢复的情况:
enter image description here
客户启动到次要端点的帐户故障转移。故障转移过程会更新 Azure 存储提供的 DNS 条目,以便次要终结点成为存储帐户的新主要终结点,如下图所示:
enter image description here
当 Azure 存储帐户提供不同的复制选项(如 LRS、ZRS、GRS、RA-GRS)时,为什么我们需要为 Azure 上的 VM(磁盘)进行 Azure 备份。
所有数据都已在不同区域复制(在 GRS 的情况下),我将从 Azure 备份中获得什么优势。
All the data is already replicate in different region (in case of GRS), what advantes I will get out of Azure Backup.
复制不是备份!
确实,当您选择 GRS 复制时,会保留 6 个数据副本(3 个在主副本中,3 个在辅助副本中),但是当您从主副本中删除数据时,辅助副本中的数据会自动删除。
更新
You mean, if any data is deleted/corrupted due to some error/bug, can be reproduced from backup and it is not possible in case of storage replication.
你完全正确!
But Microsoft sells "Azure backup and Site recovery" as a BCDR strategy. In context of any disaster, why not just rely on Storage replication. Any advantages of Azure backup/site recovery?
我没有使用过 Azure 备份所以让我从存储复制的角度来回答这个问题。简单来说,"In context of Azure, a disaster is not a disaster unless Microsoft thinks it is a disaster"。直到发生这种情况,假设您选择了 GRS 复制(使用 RA-GRS,您显然可以选择随时从辅助设备读取数据),您将无法访问辅助设备。
此外,如果您选择LRS 或Premium LRS 复制并且确实在一个数据中心发生灾难,您的所有数据都将丢失。使用 Azure 备份,你至少有一个安全的数据副本,你可以根据该备份重新创建你的环境。
我知道这个问题很老,但 MS 提供了通过存储帐户进行灾难恢复的解决方案
我们可能有2种应对灾难的方案
它说:
如果主要端点因任何原因变得不可用,客户端将无法再写入存储帐户。下图显示了主节点不可用但尚未恢复的情况:
enter image description here
客户启动到次要端点的帐户故障转移。故障转移过程会更新 Azure 存储提供的 DNS 条目,以便次要终结点成为存储帐户的新主要终结点,如下图所示:
enter image description here