Hi,
Not sure if this is the correct forum for this, so apologies if not.
I'm trying to get my Cron job working in cPanel and everything is working ok except I need to email the database to my client:
Does anyone know how I can modify the code above to instruct cron to email te database?Code:mysqldump -u USERNAME -pPASSWORD DATABASENAME | gzip > /home/USERNAME/bkups/mysql-$(date +\%Y-\%m-\%d-\%H.\%M.\%S).gz
Thanks



LinkBack URL
About LinkBacks
Reply With Quote






