> 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/vi/backup-dr.md).

# Sao lưu & DR

* [Cấu hình một Volume để xuất VM](/knowledge-base/vi/backup-dr/configuring-a-vm-export-volume.md) — Cách cấu hình Volume Xuất VM NAS của VergeOS cho mục đích sao lưu, bao gồm chia sẻ CIFS/NFS, xuất theo lịch và đồng bộ hóa…
* [Xuất một máy ảo](/knowledge-base/vi/backup-dr/exporting-a-virtual-machine.md) — Tìm hiểu cách xuất một máy ảo từ VergeOS và tải xuống đĩa của nó dưới dạng tệp .raw để sử dụng trong các môi trường hypervisor khác.
* [Khôi phục một VM đơn lẻ từ ảnh chụp hệ thống từ xa](/knowledge-base/vi/backup-dr/recovering-a-single-vm-from-a-remote-cloud-snapshot.md) — Hướng dẫn từng bước để khôi phục một máy ảo đơn lẻ từ ảnh chụp hệ thống từ xa bằng cách sử dụng site sync và sync-back của VergeOS…
* [VM thuộc họ RHEL 9 không khởi động được sau khi sao chép hoặc khôi phục snapshot](/knowledge-base/vi/backup-dr/rhel9-boot-failure-clone-snapshot-restore.md) — Cách khắc phục lỗi khởi động ở VM thuộc họ RHEL 9 (AlmaLinux, Rocky Linux, CentOS Stream) sau khi sao chép hoặc khôi phục snapshot trong VergeOS…
* [Thiết lập Storware trên VergeOS](/knowledge-base/vi/backup-dr/setup-storware-vergeos.md) — Hướng dẫn thiết lập Storware để bảo vệ máy ảo trên VergeOS, bao gồm cấu hình dịch vụ NAS và thiết lập NFS.
* [Giải thích các lỗi đồng bộ hóa snapshot](/knowledge-base/vi/backup-dr/snapshot-synchronization-errors-explained.md) — Tài liệu tham khảo giải thích các thông báo lỗi site sync thường gặp của VergeOS, nguyên nhân của chúng và các giải pháp được khuyến nghị cho đồng bộ hóa snapshot…
* [Hướng dẫn Sao lưu-DR VMware](/knowledge-base/vi/backup-dr/vmwarebackupdrguide.md) — Hướng dẫn toàn diện để thiết lập sao lưu và khôi phục sau thảm họa VMware trong VergeOS, bao gồm việc tạo dịch vụ VMware, cấu hình sao lưu…


---

# 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/vi/backup-dr.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.
