> For the complete documentation index, see [llms.txt](https://docs.cloud.olakrutrim.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cloud.olakrutrim.com/basics/core-infrastructure/databases/creating-backups.md).

# Creating Backups

1. Add a backup policy name.
2. Select your storage bucket, or create a new one. Provide your access key and secret key for that bucket.
3. You can select the maximum number of backups/retention copies (number of backups retained before the oldest backup is deleted).
4. Configure the **Backup Schedule** using the time and frequency fields. You can add multiple backup schedules after deployment, via the 'View Database' page. Common examples:
   1. **Every 30 minutes:** Minute: 30, leave others empty
   2. **Daily at 2:30 AM:** Minute: 30, Hour: 2, leave others empty
   3. **Weekly backup on Sunday at 3:00 AM:** Minute: 0, Hour: 3, Weekday: Sunday
   4. **Monthly on 1st at midnight:** Minute: 0, Hour: 0, Day: 1


---

# 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.cloud.olakrutrim.com/basics/core-infrastructure/databases/creating-backups.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.
