linux-server-tools/README.md

11 lines
395 B
Markdown
Raw Normal View History

2023-09-27 09:49:44 +02:00
# linux-server-tools
2023-09-27 09:55:17 +02:00
A collection of tools I use for my Linux Servers.
I will over time add more to this repository.
Each tool or toolset is in it's own folder.
## 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.