# Backups

Ozone offers the following features and use cases in terms of backups.\
\
**Features:**

1. **Cluster-wide backups:** Velero is designed to back up entire Kubernetes clusters, making it suitable for cluster-level disaster recovery.
2. **Volume snapshots:** It supports volume snapshots for stateful applications and can be integrated with cloud-based storage.
3. **Restic integration:** Velero can integrate with Restic for application-level backups, allowing for granular data restoration.
4. **Plugin architecture:** Velero's extensibility makes it versatile for various storage and cloud providers.<br>

**Use Cases:**

1. Well-suited for backing up and restoring entire Kubernetes clusters.
2. Particularly useful for organizations with stateful applications.


---

# Agent Instructions: 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.ozone.one/ozone-end-user-guide/documentation/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.
