An open API service indexing awesome lists of open source software.

https://github.com/bboymega/dbdump

MySQL Database Dump
https://github.com/bboymega/dbdump

Last synced: over 1 year ago
JSON representation

MySQL Database Dump

Awesome Lists containing this project

README

          

# MySQL Database Dump
A lazy script to dump a specific database to a specific directory with date. In Gzip format. Crontab compatible.

# Usage:
```
/PATH_TO_SCRIPT/dbdump.sh -s "source_database" -u "database_username" -p "database_password" -d "backup_file_destination"
```