> For the complete documentation index, see [llms.txt](https://docs.vergeos-demo.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.vergeos-demo.com/knowledge-base/backup-dr/exporting-a-virtual-machine.md).

# Exporting a Virtual Machine

Exporting a virtual machine (VM) from VergeOS allows you to download the VM’s disk in **.raw** format, which is compatible with many hypervisors. This guide outlines the steps to export a VM and download its virtual disk.

## Steps to Export a Virtual Machine

1. **Log in** to the VergeOS platform and navigate to the **dashboard of the virtual machine** you wish to export.
2. From the **left-hand menu**, click on **Drives** to view a list of the **virtual disk drives** attached to the VM.
3. Select the **drive** you want to export, then choose **Download** from the left-hand menu. The virtual disk will be downloaded in **.raw** format.
   * The **.raw** disk format is widely supported by many modern hypervisors.
4. The system will automatically begin downloading the **disk image**.
5. Once the download completes, refer to the **documentation for your destination hypervisor** for instructions on how to **import, upload, or convert** the **.raw** disk image.

## Important Considerations

* **.raw format**: The exported VM drive is downloaded in **.raw** format. This format is compatible with most hypervisors, but some may require converting the image to another format such as **.qcow2** or **.vmdk**. Check your destination hypervisor’s documentation for conversion tools or instructions.
* **File size**: Depending on the size of the virtual disk, the download can be large. Ensure you have enough disk space available on the system where you are downloading the file.

By following these steps, you can successfully export and download virtual machines from VergeOS for use in other environments.

***

{% hint style="info" %}
**Document Information**

* Last Updated: 2024-08-29
* vergeOS Version: 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:

```
GET https://docs.vergeos-demo.com/knowledge-base/backup-dr/exporting-a-virtual-machine.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
