This is a command line bash script with arguments used to compress a folder and store it in given location with a specific system user owner.
It uses Bzip2 compression.
Updated 2024-08-04 02:47:15 +02:00
This script is meant to make daily backups of a wordpress website, but can be used for something similar like joomla or any other folder and its associated mysql database.
First stops nginx then copies the folder into another temp folder and then a backup of the database to the same temp folder.
Updated 2024-07-29 18:12:45 +02:00
This bash file will monitor any linux service and once it stops running it will send a message to a bot in a chat room
Updated 2024-03-09 14:33:03 +01:00
This bash scripts monitors a given process and once the process stops by any reason it a telegram BOT will send a message to a user or group.
Updated 2023-05-28 12:10:50 +02:00
Very basic bash script to create a database on mysql whit its own user and password to be used by an application like a website, cloud, etc.
To be used on a myql server like mariaDB.
Updated 2021-04-26 00:40:52 +02:00