# Exclude certain tables from the backups

When creating backups for a MySQL database, you may need to have the possibility to exclude some tables. This can be useful if you have one or more tables containing not important data, such as logs.

### 1. Open the Weap.io dashboard and go to your database

Open the Weap.io dashboard, go to your database and hover the mouse on the database name. In the dropdown shown, click the option **`Configure backup options`**.

![](/files/-M_-6H86I4BeKZNou4gC)

### 2. Choose which tables to exclude

In the modal just opened you have to select the option **`All tables except`**. In the input below the option, you must enter the names of the tables you want to exclude. If you want to exclude more than one table, enter the names comma separated.

Next, click **`Save`**. From now on, the selected tables will be excluded from future backups.

![](/files/-M_-6ykzTD4xOgd-EP0O)


---

# 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.weap.io/database-backups/mysql-backups/exclude-certain-tables-from-the-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.
