Skip to content

Instantly share code, notes, and snippets.

@ianthekid
Created October 21, 2014 04:34
Show Gist options
  • Select an option

  • Save ianthekid/a23781670f3e11d8cfba to your computer and use it in GitHub Desktop.

Select an option

Save ianthekid/a23781670f3e11d8cfba to your computer and use it in GitHub Desktop.
/*
* Cron job: Backup database
* Works with cPanel Cron Scheduler
*/
mysqldump -u $user -p$password -h $dbhost $database > /path/to/db_bak_`date +\%Y\%m\%d`.sql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment