i would like to automate the backup of a large forum with the cron job options from the cpanel advanced options with something like this:
0 0 * * * /usr/bin/mysqldump --opt dbname -u dbuser -ppass > /home/username/dbname.sql
will that work from within the user panel?
0 0 * * * /usr/bin/mysqldump --opt dbname -u dbuser -ppass > /home/username/dbname.sql
will that work from within the user panel?