> 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/exporting-a-virtual-machine.md).

# 导出虚拟机

从 VergeOS 导出虚拟机（VM）可让你以下列格式下载该 VM 的磁盘 **.raw** 格式，这种格式与许多虚拟化管理程序兼容。本指南概述了导出 VM 并下载其虚拟磁盘的步骤。

## 导出虚拟机的步骤

1. **登录** 登录 VergeOS 平台并导航到 **虚拟机的仪表板** ，即你想导出的那个。
2. 从 **左侧菜单**，点击 **驱动器** 以查看 **虚拟磁盘驱动器** 列表，这些驱动器已连接到 VM。
3. 选择 **驱动器** 你想导出的，然后选择 **下载** 从左侧菜单中。虚拟磁盘将以 **.raw** 格式下载。
   * 该 **.raw** 磁盘格式被许多现代虚拟化管理程序广泛支持。
4. 系统将自动开始下载 **磁盘镜像**.
5. 下载完成后，请参阅 **目标虚拟化管理程序的文档** 以获取有关如何 **导入、上传或转换** 该 **.raw** 磁盘镜像。

## 重要注意事项

* **.raw 格式**：导出的 VM 驱动器将以 **.raw** 格式下载。此格式与大多数虚拟化管理程序兼容，但有些可能需要将镜像转换为其他格式，例如 **.qcow2** 或 **.vmdk**。请查看目标虚拟化管理程序的文档，了解转换工具或说明。
* **文件大小**：根据虚拟磁盘的大小，下载文件可能很大。请确保在下载文件的系统上有足够的可用磁盘空间。

按照这些步骤，你就可以成功地从 VergeOS 导出并下载虚拟机，以便在其他环境中使用。

***

{% 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/exporting-a-virtual-machine.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.
