> 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/automate-protect-and-extend/zh/bei-fen-yu-dr/sync-back.md).

# 取回快照（同步回传）

本页面提供从同步目标检索快照副本并返回到源系统的说明。这样即可利用检索到的快照执行本地还原。在可将远程快照恢复到源系统之前，必须先配置同步回传；一旦配置完成，后续所有同步回传请求都可使用该功能。

## 配置同步回传

1. 在发送系统上，导航到 **出站同步仪表板**.
2. 在 **远程** 部分，点击 **- 点击此处设置 -** 旁边的 **同步回传** 字段。

{% hint style="success" %}
**带有同步回传名称而不是“点击此处设置”的同步回传字段链接，表示同步回传已配置完成，并应可用于开始对特定快照的同步回传。**
{% endhint %}

3. 点击 **是** 以确认同步回传的设置。现在同步回传字段中列出了一个名称（即 NAMEofSYNC 的同步回传）。这会自动建立一个传入同步，用于将快照从远程系统同步回传。

## 发起同步回传

1. 在发送系统上，导航到传出同步仪表板
2. 点击 **远程快照** 在左侧菜单中。
3. 点击以选择要同步回传的目标快照（已选中的快照左侧会显示勾选标记）。
4. 点击 **请求** 在左侧菜单中。
   * **保留** 检索到的快照的默认保留期为 3 天；可根据需要更改。（在此处更改保留设置不会影响远程系统上该快照的现有保留设置。）
   * **优先级** 可以指定 (0-9)，较小的数字将先于较大的数字同步；仅在将发起多个同步回传时相关。
   * 可选地， **前缀** 可添加到快照名称中，以便与其他快照清楚区分；在此字段中输入的文本会附加到检索副本现有快照名称的开头。
5. 在选项按需配置完成后，点击 **提交** 以发起同步回传。

已配置的同步回传（传入同步）仪表板会出现。一条日志记录将显示同步已开始。当同步回传检索完成后，会生成另一条日志记录显示统计信息。可通过点击此页面上的 **已接收快照** 计数框来访问检索到的快照。选择列表中的快照可访问菜单选项，这些选项可用于恢复整个本地系统或该快照中包含的单个虚拟机。


---

# 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/automate-protect-and-extend/zh/bei-fen-yu-dr/sync-back.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.
