Details of backup location

I am new to MariaDB,i am to take backups and able to restore with those backups. Do we have any query to find the locations of backups which are taken using mysqldump.

Thanks Sundeep

Answer Answered by Ian Gilfillan in this comment.

mysqldump is a command line client, so backups are created wherever you specify, and with whatever name you specify. If you can't find them at a later stage, take a look at the (Linux) locate or find commands for details on finding files in the filesystem.

Comments

Comments loading...
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.