#!/usr/bin

user=""
password=""
host=""
db_name=""

backup_path="/path/to/your/home/_backup/mysql"
date=$(date +"%d-%b-%Y")

echo pwd ;