ASCII Art in db dump scripts eingefügt

This commit is contained in:
2025-05-24 13:43:38 +02:00
parent a940bb4668
commit e2a7770a34
2 changed files with 37 additions and 4 deletions

View File

@@ -26,6 +26,23 @@ LOG_FILE="./pg_dump.log"
BACKUP_DIR="./PG-Backup/"
DATE=$(TZ=Europe/Berlin date +'%Y-%m-%d_%H-%M-%S')
# ======== ASCII ART ========
cat << "EOF"
____ _ ____ ___ _
| _ \ ___ ___| |_ __ _ _ __ ___/ ___| / _ \| |
| |_) / _ \/ __| __/ _` | '__/ _ \___ \| | | | |
| __/ (_) \__ \ || (_| | | | __/___) | |_| | |___
|_| \___/|___/\__\__, |_| \___|____/ \__\_\_____|
|___/
____ _
| __ ) __ _ ___| | ___ _ _ __
| _ \ / _` |/ __| |/ / | | | '_ \
| |_) | (_| | (__| <| |_| | |_) |
|____/ \__,_|\___|_|\_\\__,_| .__/
|_|
EOF
# ======== Backup-Verzeichnis prüfen ========
echo_info "---------- PostgreSQL Backup gestartet: $DATE ----------"