Mariadb - dump - sigle database

I have activated the backup of the mariadb. I ask if it is possible to have a file. sql for single database thanks

By dupming all mysql, you can restore a particular database, with the option:
mysql -p --one-database db1 <all_databases.sql
(How to Restore One Database From All Database mysqldump)