Azure 恢复服务实际备份什么?

What does Azure Recovery Services actually backup?

我有一些关于 Azure 恢复服务的问题,但在 azure 网站上找不到:

  1. 如果我有一个安装了 SQL 和 IIS 的 windows VM 以及一个网络驱动器(Azure 文件服务帐户)。实际上会备份什么?是否备份了所有驱动器中的所有文件?

  2. 是否可以下载备份文件?或者至少看看他们住在哪里?

  3. 您可以为 Azure 恢复服务设置自己的存储帐户吗?

  4. 站点复制是否用于 Azure VM,或仅用于本地服务器。我真的搞不懂站点复制的作用。

  5. 创建备份后如何删除备份,删除备份按钮似乎总是禁用。
  6. 当我进行还原时会发生什么,它基本上只是将 VHD 的副本写回我周围的存储并重新启动 VM 吗?

If I have a windows VM with SQL and IIS installed and a network drive (azure file service account). What will actually be backuped? Do all files from all drives get backuped?

根据我的经验,Azure Recovery服务会在预定时间备份你的数据盘(不超过16个)、存储和VM的系统环境。和备份张力以拍摄时间点快照并将此数据传输到备份库中。请参考这个document和图片:

Is it possible to download the backuped files? or at least see where they live?

您可以在 Azure 门户上查看它们的状态[Backup Item],例如这张图片:

Can you set your own storage account for Azure recovery services?

没有。至此,备份项被存入存储器。但是数据是加密的。 请参阅此文档评论post.

Does Site Replication have a purpose for Azure VM's, or only for on-premise servers. I can't really figure out what site replication does.

How do I delete a backup after I created it, the delete-backup button always seems disabled.

根据您的描述,我认为您可能需要了解 Azure Site Recovery 和 Azure 备份服务的概念,请参阅这些文档以获取更多详细信息:site-recovery-overview and azure backup。然后你可以按照文档来管理你的备份items.Also,你可以删除它。

What happens when I do a restore, does it basically just write back a copy of the VHD to my storage around and reboots the VM?

从 Azure 恢复服务保管库检索数据。 关于如何将备份项恢复到同一个服务和其他服务器,请参考这个document