Posts Tagged ‘Time Stamp’

Daily/weekly/monthly Mysql database backup with cron

Monday, November 23, 2009 20:27 126 Comments

Smart Mysql database backup with cron Create and assign a DB user to the DB you want to backup with all privileges from your Cpanel >> Mysql section. following is a simple script to take backup using cron. Just create the file, chmod it to 750 and execute it using cron. #============================ #/bin/bash /usr/bin/mysqldump –user=db_User [...]

This was posted under category: General Articles Tags: , , , , , , , , , , , , , , , , ,