> For the complete documentation index, see [llms.txt](https://docs.vngcloud.vn/vng-cloud-document/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.vngcloud.vn/vng-cloud-document/vserver/compute-hcm03-1a/snapshot/usecase-snapshot/disaster-recovery.md).

# Disaster Recovery

**Data Recovery After an Incident**

One day, in a large enterprise operating in the financial services sector, they deployed a critical virtual server to run a database containing valuable information of thousands of customers and millions of transactions. This server was a vital backbone system, and its stability was crucial to maintaining the company's business operations.

One morning, the system administrator received a concerning alert about this server. Upon investigation, they realized that the server was experiencing a serious hardware malfunction. The data on the server had been corrupted and was inaccessible. Even a backup system could take several hours to become operational again, and the company couldn't afford to wait that long.

In this urgent situation, the system administrator quickly decided to utilize the Snapshot feature of the server. They immediately created a Snapshot to initiate the data recovery process. With the support of the technical team, they restored the server's state from the Snapshot.

The recovery process was successful, and the server was back up and running in a short period of time. The company managed to avoid a crisis situation and prevent the loss of important data. They learned a valuable lesson about the importance of using Snapshots to ensure consistency and readiness in case of unexpected incidents.

<br>


---

# 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.vngcloud.vn/vng-cloud-document/vserver/compute-hcm03-1a/snapshot/usecase-snapshot/disaster-recovery.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.
