Header angepasst
This commit is contained in:
parent
4447681599
commit
a9bd390e6e
@ -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
|
Loading…
Reference in New Issue
Block a user