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.
Go to file
Ze'ev Schurmann ea1430686e Update 'README.md' 2023-09-27 09:55:17 +02:00
sqldumps Added SQLDumps, a tool for dumping every required MySQL or MariaDB database to a SQL file for backup purposes. 2023-09-27 09:52:20 +02:00
LICENSE Initial commit 2023-09-27 09:49:44 +02:00
README.md Update 'README.md' 2023-09-27 09:55:17 +02:00

README.md

linux-server-tools

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.