Update 'README.md'
This commit is contained in:
parent
f8da8d5241
commit
99e779b0c5
12
README.md
12
README.md
|
@ -14,6 +14,18 @@ A BASH script to perform a daily scheduled backup of select folders on a remote
|
||||||
|
|
||||||
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.
|
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.
|
||||||
|
|
||||||
|
## DirSize
|
||||||
|
|
||||||
|
A basic tool to simply compute the size of folders within the current folder. Useful for finding where all your valuable space went.
|
||||||
|
|
||||||
|
## MakeVHost
|
||||||
|
|
||||||
|
Automate the creation of VHosts on a Debian server running Apache.
|
||||||
|
|
||||||
|
## Do you have a script idea?
|
||||||
|
|
||||||
|
If you have an idea for a useful server script for selfhost/homelab environments, please start a chat with me on Reddit /u/thisiszeev and share your idea. I might just make it a reality, and give you credit in the relevant README.md file.
|
||||||
|
|
||||||
# Donations
|
# 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.
|
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.
|
||||||
|
|
Loading…
Reference in New Issue