From 51b97a16d4c41ad2bd4619d0d5cc6680f847280e Mon Sep 17 00:00:00 2001 From: thisiszeev Date: Wed, 27 Sep 2023 12:41:57 +0200 Subject: [PATCH] Update 'README.md' --- README.md | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 327952f..8f00af6 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,29 @@ I will over time add more to this repository. Each tool or toolset is in it's own folder. +## DailyBackup + +A BASH script to perform a daily scheduled backup of select folders on a remote server. Works well with SQLDumps. Also has support for notifications via Telegram. + ## SQLDumps -A BASH script for creating scheduled dumps of all required MySQL or MariaDB databases. This is needed if you want to do an easy daily backup as the SQL files can be inserted back into blank databases on a new server. \ No newline at end of file +A BASH script for creating scheduled dumps of all required MySQL or MariaDB databases. This is needed if you want to do an easy daily backup as the SQL files can be inserted back into blank databases on a new server. + +# Donations + +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. \ No newline at end of file