The MariaDB plug-in acts as a common MariaDB client application and provides access to MariaDB databases and tables. File system provided by the plug-in is organized as follows:
Since the plug-in provides no attributes for folders and files, it cannot be effectively used with incremental backup option, i.e. allows for differential backup only.
To learn how the software works with file attributes, please refer to Plug-in File Systems.
The software creates database dump files, one file per table. Each backup file is named after the respective table and contains all SQL statements required to create the table and fill it up with data. The format is very understandable and can be easily modified prior to restoration (provided that you keep the SQL syntax correct).
At present, the plug-in supports only the DROP-CREATE method that suggests that restoration of the backup will firstly delete database or table, and then rebuild it from zero.
To back up a MariaDB database, follow these steps:
Note: If you have no MariaDB configurations, then you need to create one. To learn how to do it, please see Creating MariaDB Configurations.
After selecting data for backup, you will need to select destination, enable compression and other options, and name the task. These steps are not specific to MariaDB, and you can find the respective instructions in the Backup Task chapter.
To browse the databases, select data, and run backups, the MariaDB user must have enough privileges to run the SHOW DATABASES, SHOW TABLES and SELECT statements for each object that you are planning to back up.