> 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/setup-storware-vergeos.md).

# 在 VergeOS 上设置 Storware

本指南概述了在 VergeOS 上配置 Storware 以保护您的虚拟机的步骤。

如需了解 Storware 功能及其他备份配置选项的更多详细信息，请访问 [Storware 备份与恢复文档](https://storware.gitbook.io/backup-and-recovery).

## 前提条件

* VergeOS 版本 4.13 或更高版本。
* 可访问版本 7 或更高的 Storware Backup and Recovery 实例。
* 用于配置 VergeOS 和 Storware 的具有相应权限的账户凭据。

## 为 Storware 设置专用的 Verge NAS 服务

1. **部署 NAS 服务：**
   * 进入 VergeOS 界面并部署一个新的 NAS 服务。 [添加 NAS 服务](/run-the-platform/nas/nas-service.md).
2. **配置 NFS 设置：**
   * **在开机之前** NAS 服务，点击 **编辑 NFS 设置**.
   * 启用 **NFSv4** 通过勾选此选项的复选框。
   * 点击 **提交** 以保存更改。
   * 启动 NAS 服务。

{% hint style="success" %}
**根据您的环境规模，您可能需要增加 NAS 服务的 CPU 和 RAM 配置。Storware 建议以 8 核和 12 GB RAM 作为一个良好的起点**
{% endhint %}

***

## 将您的 VergeOS 系统添加到 Storware

1. **登录 Storware**:
   * 访问 Storware Backup and Recovery 管理控制台。
2. **将 VergeOS 添加为虚拟环境**:
   * 导航到 **虚拟环境** > **虚拟化提供商** 然后点击 **创建**.
   * 选择 **VergeOS** 作为虚拟化提供商。
3. **配置连接详情**:
   * **常规选项卡**:
     * **URL**：按以下格式输入 VergeOS URL `https://<VERGE_IP>`.
     * **用户名**：提供 VergeOS 的用户名。
     * **密码**：输入指定用户的密码。
   * **Verge 设置选项卡**:
     * 输入 **NAS 服务的名称** 即上一步创建的。
4. **测试连接**:
   * 从列表中选择新添加的 Verge 系统
   * 点击 **测试连通性** 以验证 Storware 是否能够成功与 VergeOS 环境通信。

## 重要说明

{% hint style="success" %}
**NFS 版本选择**

在 VergeOS 上启用 NFSv4 可确保与 Storware 等现代备份解决方案兼容，并提供更好的安全性和性能。
{% endhint %}

{% hint style="info" %}
**快照优化**

将 Storware 的快照管理与 VergeOS 内置的 vSAN 功能结合使用，可实现高效的增量备份，减少保护虚拟机所需的时间和存储空间。
{% endhint %}

***

## 反馈

{% hint style="info" %}
**需要帮助吗？**

如果您在 VergeOS 上设置 Storware 时有任何问题或遇到故障，请联系我们的支持团队寻求帮助。
{% endhint %}

***

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

* 最后更新：2024-11-07
* VergeOS 版本：4.13
  {% 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/setup-storware-vergeos.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.
