> 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/backup-center/disaster-recovery-center-drc/server-disaster-recovery-sdr/sdr-management/periodic-backup-and-recovery-point.md).

# Periodic Backup and Recovery Point

After you click **"Start Replication"** and the initial replication (Full Replication) is complete, the system will automatically perform scheduled periodic replication.

By default, **every 15 minutes** , the system creates a new **Recovery Point** , recording the state of the primary server's data at that time. This ensures that your data is constantly protected and you can restore to the closest possible point in time in the event of a failure.

However, to save storage costs, not all Recovery Points are retained. Only Recovery Points that match **the Interval Time** (the time between two recovery points) that you set in the **Start Replication** step are retained. Other Recovery Points will be deleted after a new Recovery Point is created.

**Specific examples:**

Let's say you have set Interval Time to 4 hours. This means the system will only retain Recovery Points created at: 0:00, 4:00, 8:00, 12:00, 16:00 and 20:00 every day.

* If a Recovery Point is created at 3:45, it will be deleted when the next Recovery Point is created at 4:00.
* If a Recovery Point is created at 4:00, it will be retained because it coincides with the Interval Time.
* Recovery Points created at 0:15, 0:30, 0:45,... will also be deleted similarly.

**In short:**

* Periodic replication occurs every 15 minutes, creating new Recovery Points.
* Only Recovery Points that match the Interval Time are kept.
* Other Recovery Points will be deleted to save storage costs.

**Benefit:**

* Ensure data is always up to date and protected.
* Save storage costs by keeping only the Recovery Points needed.
* Allows you to restore data to a specific point in time before a crash occurred.


---

# 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/backup-center/disaster-recovery-center-drc/server-disaster-recovery-sdr/sdr-management/periodic-backup-and-recovery-point.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.
