ASCII Art in db dump scripts eingefügt
This commit is contained in:
@@ -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 ----------"
|
||||
|
||||
|
Reference in New Issue
Block a user