#!/bin/bash DB_HOST=localhost DB_NAME=magento DB_USER=magento DB_PASS=magento mysqldump --host=${DB_HOST} --password=${DB_PASS} --user=${DB_USER} ${DB_NAME} > ${DB_NAME}.$(date "+%Y-%m-%d_%H:%M:%S").sql
Do you like this page? Then support it. Please click the AD below and visit the sponsor. Thank you!