https://github.com/bboymega/dbdump
MySQL Database Dump
https://github.com/bboymega/dbdump
Last synced: over 1 year ago
JSON representation
MySQL Database Dump
- Host: GitHub
- URL: https://github.com/bboymega/dbdump
- Owner: bboymega
- Created: 2021-04-30T14:22:30.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-30T14:56:36.000Z (about 5 years ago)
- Last Synced: 2025-01-12T22:12:44.220Z (over 1 year ago)
- Language: Shell
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"
```