> 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/run-the-platform/zh/nas/volume-snapshots-restores.md).

# NAS 卷快照与恢复

卷级快照允许为每个单独的 NAS 卷自定义快照计划和保留规则，并提供静默快照选项。（未静默的 NAS 卷可以从完整系统快照中导入，用于恢复。）

## 静默快照

静默卷快照会在快照过程中冻结文件系统 I/O。执行手动卷快照时可以选择静默选项，并可在用于自动快照的快照配置文件中启用。

## 调度卷快照

[快照配置文件](/automate-protect-and-extend/zh/bei-fen-yu-dr/snapshot-profiles.md) 用于调度快照；将配置文件分配给卷以执行自动快照。

### 将快照配置文件分配给卷

{% hint style="info" %}
**快照只能在类型=本地的卷上执行。**
{% endhint %}

1. 从 **卷仪表板**，单击 **编辑** 左侧菜单中的。
2. 在 ***快照配置文件*** 字段中，从下拉列表中选择所需的配置文件。
3. 单击 **提交** 在页面底部。

## 手动卷快照

### 对卷进行手动快照

{% hint style="info" %}
**快照只能在类型=本地的卷上执行。**
{% endhint %}

1. 在卷仪表板中，单击 **生成快照** 左侧菜单中的。
2. 输入一个 ***名称*** 用于快照（必填）。
3. 输入一个 ***描述*** （可选）。
4. 该 ***静默*** 选项可在快照过程中选择以冻结 I/O。
5. 在 ***到期*** 字段中，选择/输入到期日期和时间。
6. 单击 **提交** 在页面底部。

{% hint style="warning" %}
**始终考虑 vSAN 使用情况**

在为快照选择到期时间时，重要的是考虑 vSAN 空间利用率。最初源和快照是相同的，因此对存储利用率没有影响；但是，随着源数据与快照数据的差异越来越大，两者之间的重复数据删除会减少，因此 vSAN 使用量会增加。 *永不过期* 除非必要，否则不建议使用该选项。
{% endhint %}

## 从快照恢复卷

{% hint style="info" %}
**要从完整系统快照恢复卷，必须先按照下面的说明从系统快照中导入该卷。要从单个卷快照恢复，请跳过说明中的导入部分，并继续执行“恢复以覆盖”-或-“恢复以创建新”说明**
{% endhint %}

### *从系统快照导入卷快照（以便可用于卷恢复）*

1. 从 **卷仪表板**，单击 **系统快照** 左侧菜单中的。
2. 单击以 **选择所需的系统快照**.
3. 单击 **导入快照** 左侧菜单中的。
4. \***名称、描述和到期字段** 将默认为系统快照中的值；如有需要可进行更改；所做更改仅适用于导入，不会影响底层系统快照。
5. 单击 **提交** 继续。
6. （如果已继续该过程）应会出现一条消息，说明导入过程已开始。单击 **确定** 按钮以确认。
7. 导入完成后，该快照将可按下面的说明用于恢复。

### *恢复卷（覆盖卷的当前现有版本）*

1. 从 **卷仪表板**，单击 **快照** 左侧菜单中的。
2. 会显示可用快照列表。单击以 **选择所需的快照**.
3. 选择 **覆盖源** 左侧菜单中的。
4. 将出现警告消息，提醒这会覆盖现有卷及其所有数据。 *默认情况下， **仅恢复数据** 已选中；此选项将覆盖卷中的数据进行恢复，但不会修改任何当前卷设置。另一选项： **恢复数据和设置** 将既恢复卷数据，又用快照中的设置替换卷设置。*
5. 单击 **继续** 按钮以继续/或 **取消** 以中止。

### *恢复卷（以创建新卷）*

1. 在卷仪表板中，单击 **快照** 左侧菜单中的。
2. 会显示可用快照列表。单击以 **选择所需的快照**.
3. 单击 **恢复到新** 左侧菜单中的。
4. 该 **目标服务 VM** 默认为源卷的 NAS 服务；如果系统上存在多个 NAS 服务，则可选择不同的服务来恢复该卷。
5. 该 **卷名称** （对于新卷实例）将默认为 ORIGINALVOLUMENAME\_restored；如有需要可更改名称。
6. 单击 **提交** 按钮以从快照创建新卷。新卷会自动上线。要查看新卷的仪表板，请返回到 *卷* 并在列表中双击该卷。


---

# 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/run-the-platform/zh/nas/volume-snapshots-restores.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.
