Added Daily Backup script and updated SQLDumps

This commit is contained in:
Ze'ev Schurmann
2023-09-27 12:37:52 +02:00
parent ea1430686e
commit 99d928ec78
2 changed files with 313 additions and 1 deletions

View File

@@ -1,8 +1,10 @@
#!/bin/bash
## SQLDump
## SQLDump Script
## Author: Ze'ev Schurmann
## Reddit: u/thisiszeev
## License: GPL-3.0 or later
## This script creates a list of all databases in MySQL or MariaDB and then adds to then
## list all the unwanted databases. It then creates a list of unique names which are the
@@ -18,6 +20,17 @@
## 0 22 * * * root cd /var/sqldumps && bash sqldumps.sh
## Please consider making me small donation. Even though my scripts are open source and free to use, I still need to eat. And the
## occasional bottle of wine also goes down well.
## $5 buys me a cup of coffee
## $10 buys me a nice burger
## $20 buys me a bottle of wine
## Anything above that will be awesome as well.
## You can send me a donation via Paypal https://www.paypal.com/paypalme/thisiszeev
## Drop me a message on Reddit if you do make a donation.
## Support is only offered freely to those who donate $20 or more.
## Your donation contributes to further development.
## If you need a custom script, contact me on Reddit for pricing.