SQLDumper
Simple batch tool to backup database and upload it to Discord Webhook.
Install / Use
/learn @0wn1/SQLDumperREADME
SQLDumper
Preview: Streamable
Features
- Fully configurable
- Automatic backup database with interval in minutes
- Upload to Discord via Webhook
- Discord embedded message
- Name the file with current time and date
- Compress the SQL file making it smaller
Tools:
Install
- Download SQLDumper
- Open SQLDumper.bat with a text editor
- Configure HOST_ADDRESS, DB_USER, DB_PASS, DB_NAME
- Edit XAMPP_PATH
- Add WEBHOOK_URL
- Edit INTERVAL_MINUTES (default 30 minutes)
- Run SQLDumper.bat
To Windows x32/x86 users:
- Download and install 7zip x86.
- Locate the
7zip.exefile in the installation directory%ProgramFiles%\7-Zipand copy it to the.\lib\folder. - Download jq-win32.exe and rename it to
jq.exe. - Replace the
jq.exefile in the.\lib\folder with the renamed one. - And do the same with CURL
With these steps, you should now be able to use SQLDumper on your Windows x32/x86 system.
