Header angepasst
This commit is contained in:
parent
4447681599
commit
a9bd390e6e
@ -1,22 +1,15 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
##########################################################################
|
# Script Name: mysql-backup.v1.sh
|
||||||
# .--.
|
# Beschreibung: Sichert MySQL Datenbanken weg
|
||||||
# |o_o |
|
# 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
|
||||||
# (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
|
|
||||||
##########################################################################
|
|
||||||
# MySQL-Server Informationen
|
# MySQL-Server Informationen
|
||||||
DB_HOST="mysql-host" # Hostname oder IP-Adresse des MySQL-Servers
|
DB_HOST="mysql-host" # Hostname oder IP-Adresse des MySQL-Servers
|
||||||
DB_USER="mysqlbackup" # MySQL-Benutzername
|
DB_USER="mysqlbackup" # MySQL-Benutzername
|
Loading…
Reference in New Issue
Block a user