--- title: MySQL eleventyNavigation: key: MySQL parent: 🗄️ Data sources --- New in version 1.4.9 To backup MySQL with borgmatic, use the `mysql_databases:` hook. For instance: ```yaml mysql_databases: - name: posts ``` ## Full configuration ```yaml {% include borgmatic/mysql_databases.yaml %} ```