> 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/manual-site-syncs.md).

# 手动站点同步

通常，站点同步将通过自动同步配置来处理，该配置定义特定的云同步周期或任务，以便自动同步。也可以手动将快照添加到同步队列中，以同步未包含在自动同步配置中的快照。

## 手动将快照添加到同步队列

**在传出同步仪表板上：**

1. 单击 **将系统快照添加到队列** 位于“快照队列”窗格底部的链接。
2. **系统快照** 下拉列表将包含所有可用于手动同步的可用快照；选择所需的快照。
3. **保留时间/单位** 字段会自动填充本地快照定义的保留设置；可调整这些设置，以允许该快照在远程系统上具有更长或更短的保留时间。
4. **优先级** 决定同步队列中快照的优先顺序，数字越小的快照会先于数字较大的快照同步。
5. 该 **不使快照过期** 可选择该选项，以确保快照在同步之前不会在本地过期；对于在本地配置了较短保留期限、但在远程系统上保留期限更长的快照，这一点可能很重要。
6. **在目标端将此内容作为快照名称前缀（可选）** 可用于将添加的文本放在现有快照名称的开头。
7. 单击 **提交** 以添加到队列中。


---

# 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/manual-site-syncs.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.
