I am attempting to setup a cron to use mysqldump once a day. There is no output and I cannot see any database usage while watching top. The crontab is:
mysqldump [database] -u[user] -p'[password]' > /home/newvtds/backups/db_backup_`date +\%Y-\%m-\%d_\%H-\%M-\%S`.sql
Any ideas?
EDIT: I have other crons for the same user that work correctly

31 10 * * *(I edit the minutes column to test the normal crontab running it [I'm EST]) – Patrick Dec 30 '10 at 15:32