From a9bd390e6e5509ae90ae9c691403db699cd68d2b Mon Sep 17 00:00:00 2001 From: Patrick Asmus Date: Fri, 14 Jul 2023 23:31:35 +0000 Subject: [PATCH] Header angepasst --- mysql-backup-1.0.sh => mysql-backup.v1.sh | 29 +++++++++-------------- 1 file changed, 11 insertions(+), 18 deletions(-) rename mysql-backup-1.0.sh => mysql-backup.v1.sh (67%) 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