diff --git a/backup.sh b/backup.sh index a4554c4..df6d18b 100755 --- a/backup.sh +++ b/backup.sh @@ -229,7 +229,7 @@ f_log "Dump into: $BACKUP_DIR" f_log "Config file: $CONFIG_FILE" f_log "Verbose: $VERBOSE" f_log "Compress: $COMPRESS" -f_log "Exclude dtabases: $DATABASES_SKIP" +f_log "Exclude dtabases: $EXCLUDE_DATABASES" f_log "Exclude tables: $EXCLUDE_TABLES" f_log "Life time: $TIME_REMOVED_DUMP_FILES" f_log "============================================"