mirror of
https://github.com/borgmatic-collective/borgmatic.git
synced 2026-07-29 21:03:02 +02:00
543 B
543 B
title, eleventyNavigation
| title | eleventyNavigation | ||||
|---|---|---|---|---|---|
| MariaDB |
|
New in version 1.8.2 To backup
MariaDB with borgmatic, use the mariadb_databases: hook instead of
mysql_databases: as the MariaDB hook calls native MariaDB commands instead of
the deprecated MySQL ones. For instance:
mariadb_databases:
- name: comments
Full configuration
{% include snippet/configuration/sample.md %}
{% include borgmatic/mariadb_databases.yaml %}