> For the complete documentation index, see [llms.txt](https://mariadb.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mariadb.com/docs/platform/mariadb-faqs/management-and-operations-tools/mariadb-enterprise-backup.md).

# MariaDB Enterprise Backup

* Q: What is MariaDB Enterprise Backup and how does it differ from community tools?\
  A: MariaDB Enterprise Backup is an enhanced version of the physical backup utility, specifically included with MariaDB Enterprise Server subscriptions. It is designed for performing robust, non-blocking backups in demanding production environments, particularly for very large databases and mission-critical systems.
* Q: How does MariaDB Enterprise Backup improve upon the community mariadb-backup utility?\
  A: MariaDB Enterprise Backup incorporates several enterprise-only optimizations. A key enhancement is its improved Data Definition Language (DDL) statement tracking during backup operations. This significantly reduces the duration of locks required, thereby minimizing the impact on write-intensive applications and allowing for smoother operations during the backup window. It's engineered for superior consistency and reduced operational interruption in enterprise scenarios.
* Q: What are the general benefits of physical backups, such as those performed by MariaDB Enterprise Backup?\
  A: Physical backups, by copying the actual data files, are generally much faster than logical backups (which reconstruct SQL statements) for large datasets. They also tend to impose lower CPU and I/O overhead on the database server during the backup process and can often be restored more quickly. MariaDB Enterprise Backup aims to make this inherently efficient process even smoother and more reliable for critical enterprise systems.
* Q: Is MariaDB Enterprise Backup a free tool?\
  A: No, MariaDB Enterprise Backup is a commercial feature and tool. It is available as part of a MariaDB Enterprise subscription from MariaDB plc.

{% @marketo/form formId="4316" %}


---

# 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://mariadb.com/docs/platform/mariadb-faqs/management-and-operations-tools/mariadb-enterprise-backup.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.
