> 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/vi/may-ao/vm-export-volume.md).

# Volume xuất VM

Dịch vụ NAS của VergeOS cung cấp một loại volume đặc biệt (*Xuất VM Verge.io*) để hỗ trợ việc xuất các VM. Volume đặc biệt này chứa các snapshot VM, được tạo mỗi khi chạy xuất, sau đó có thể được cung cấp cho các hệ thống bên ngoài và phần mềm sao lưu của bên thứ ba.

## Các khái niệm cốt lõi

* Các VM phải có **Cho phép xuất** được bật trong phần cài đặt của chúng để được đưa vào các bản xuất.
* Quy trình xuất VM tập trung vào việc tạo một volume NAS chuyên dụng được thiết kế riêng để tạo các snapshot có thể xuất của các máy ảo được chọn.
* Có thể kích hoạt xuất thủ công hoặc tự động hóa thông qua lịch tác vụ.
* Mỗi lần xuất tạo ra một bộ snapshot VM được lưu trong volume, được sắp xếp theo các thư mục có dấu thời gian.
* Để làm cho dữ liệu đã xuất có thể truy cập được bởi các hệ thống bên ngoài, chẳng hạn như công cụ sao lưu của bên thứ ba hoặc các nền tảng lưu trữ bên ngoài:
  * Volume có thể được [chia sẻ qua CIFS hoặc NFS](/run-the-platform/vi/nas/nas-shares.md)
  * Dữ liệu có thể được [đồng bộ hóa volume](/run-the-platform/vi/nas/volume-syncs.md) đến một hệ thống bên ngoài (ví dụ: thiết bị NAS) qua CIFS/NFS bằng một [volume từ xa](/run-the-platform/vi/nas/nas-remote-volumes.md)

Để biết hướng dẫn cấu hình chi tiết, xem bài viết KB: [**Cách cấu hình volume cho xuất VM**](/knowledge-base/vi/backup-dr/configuring-a-vm-export-volume.md)


---

# 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/vi/may-ao/vm-export-volume.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.
