# Data Loading & Backup

This section describes an overview of MariaDB Cloud data migration, loading, offloading, backup, and restore operations. It covers everything from moving your original data to the cloud database to regularly replicating data in and out, as well as creating backup copies to prevent data loss in the event of disasters or other significant incidents.

## Migration, Data Loading

MariaDB Cloud provides multiple ways to migrate and load data that includes managed migration services, logical dumps, replication-based migrations, and common file imports.

{% content-ref url="/pages/46JQrrzUNbebbdeQVGMo" %}
[Migration, Data Loading](/docs/mariadb-cloud/cloud-data-handling/migration-data-loading.md)
{% endcontent-ref %}

## Data Offloading

MariaDB Cloud offers multiple options for exporting or offloading data from a database service. These options include logical dumps, backup service offloading to your own cloud storage, or outbound replication. These methods enable you to move or rebuild your database somewhere else, integrate with other systems, and keep synchronized failover copies.

{% content-ref url="/pages/E3EA7CsefM9zAJpDDWiE" %}
[Data Offloading](/docs/mariadb-cloud/cloud-data-handling/data-offloading.md)
{% endcontent-ref %}

## Backup and Restore

MariaDB Cloud provides complete backup and restore features to protect your data and maintain business continuity. You can create snapshot backups, full (physical) backups, incremental backups, and logical (mariadb-dump) backups based on your workload and recovery needs.

{% content-ref url="/pages/Ks8CFlWYHgeE9ic0RpJA" %}
[Backup and Restore](/docs/mariadb-cloud/cloud-data-handling/backup-and-restore.md)
{% endcontent-ref %}


---

# 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://mariadb.com/docs/mariadb-cloud/cloud-data-handling.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.
