diff --git a/mysql-backup-1.0.sh b/mysql-backup.v1.sh similarity index 67% rename from mysql-backup-1.0.sh rename to mysql-backup.v1.sh index 06b23de..094f198 100644 --- a/mysql-backup-1.0.sh +++ b/mysql-backup.v1.sh @@ -1,22 +1,15 @@ #!/bin/bash -########################################################################## -# .--. -# |o_o | -# |:_/ | -# // \ \ -# (| | ) -# /'\_ _/`\ -# \___)=(___/ -# -# (c) Patrick Asmus -# support@media-techport.de -# https://www.media-techport.de -########################################################################## -# Letzte Anpassung: 24.05.2023 -# Version 1.0 -########################################################################## -# mysql-backup-1.0.sh -########################################################################## +# Script Name: mysql-backup.v1.sh +# Beschreibung: Sichert MySQL Datenbanken weg +# Aufruf: bash ./mysql-backup.v1.sh +# Autor: Patrick Asmus +# Web: https://www.media-techport.de +# Git-Reposit.: https://git.media-techport.de/scriptos/mysql-backup-bash-script +# Version: 1.0.1 +# Datum: 15.07.2023 +# Modifikation: Header angepasst +##################################################### + # MySQL-Server Informationen DB_HOST="mysql-host" # Hostname oder IP-Adresse des MySQL-Servers DB_USER="mysqlbackup" # MySQL-Benutzername