> For the complete documentation index, see [llms.txt](https://docs.verge.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.verge.io/knowledge-base/zh/backup-dr/recovering-a-single-vm-from-a-remote-cloud-snapshot.md).

# 从远程系统快照恢复单个虚拟机

对于已成功配置为将系统快照发送到远程目标租户且同步回传配置正确的系统，这很容易实现。

{% hint style="info" %}
**注意**

有关配置同步回传的更多信息，请参阅“同步回传”部分下名为“站点同步”的内联帮助类别。
{% endhint %}

## 在备份端恢复虚拟机副本

1. 在目标端（快照发送到的地方），查看所有收到的远程快照，并找到与日期/时间最接近的所需快照。此操作可从以下位置完成： **系统 > 系统快照**.
2. 找到快照后，在可用快照列表中选择（勾选）该系统快照，然后在左侧导航菜单中选择 **查看虚拟机**.
3. 等待可用虚拟机列表加载完成。这可能需要几分钟。
4. 当系统快照中包含的虚拟机列表加载完成后，选择（勾选）要恢复的目标虚拟机，然后选择 **恢复** 在左侧导航菜单中。
5. 该 **恢复虚拟机快照** 选项会出现。建议将虚拟机重命名为能反映快照拍摄日期的名称。例如， *域控制器已于 09012022 恢复*.
6. 等待虚拟机恢复完成。

<br>

## 在备份端创建新的系统快照

1. 在目标端（快照发送到的地方），创建一个新的系统快照，其中将包含上面步骤中新恢复的虚拟机。此操作可从以下位置完成： **系统 > 系统快照**.
2. 在系统快照页面上，选择 **新建** 在左侧导航菜单中。
3. 新的系统快照创建页面将加载。为快照命名。建议使用一个在后续步骤中容易引用的名称，例如 *Recoveryon09012022*.
4. 将过期日期设置为一个合理的时间。它不应永久保留，但应足够远，以便有时间将其传回原始系统。
5. 设置好名称和过期时间后，选择 **提交** 以创建快照。

<br>

## 在原始/源端请求同步回传

1. 在源端（发送端），导航到已配置的外发站点同步。这可从以下位置完成： **备份/DR > 外发同步**，然后双击已配置的外发同步。
2. 从外发同步仪表板中，点击 **刷新远程快照** 在左侧导航菜单中。这将向远程端查询任何新快照并将其列出。它应能检测到上面步骤中创建的快照。
3. 一旦检测到新创建的快照，它将列在 **远程快照** 部分中。找到该快照并点击 **请求下载** 图标，位于所列快照最右侧。
4. 该 **请求系统快照** 菜单将加载。为恢复的快照设置一个合理的过期日期，以确定其在此系统上保留多长时间，然后点击 **提交**.
5. 系统将加载同步回传 / 入站同步。将快照传回所需的时间可能差异很大，这取决于多个因素，包括带宽速度和要传输的数据量。
6. 等待同步完成。完成后，日志部分将出现一条新记录。

   <div data-gb-custom-block data-tag="hint" data-style="success" class="hint hint-success"><p><strong>示例</strong></p><p>“Morning_20220901”的同步完成（4分17秒）检查 [78.1GB] 扫描 [1.76TB] 发送 [5.16GB] 发送净量 [2.16GB] 目录 [210] 文件 [641] 更新 [31]</p></div>
7. 此时，快照已成功传回原始位置。管理员现在可以对快照中包含的虚拟机执行标准恢复任务。

***

{% hint style="info" %}
**文档信息**

* 最后更新：2024-08-29
* vergeOS 版本：4.12.6
  {% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.verge.io/knowledge-base/zh/backup-dr/recovering-a-single-vm-from-a-remote-cloud-snapshot.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
