Oops, getting a problem with crontab.
I've created the script as above. However, when crontab executes it, the result is a file of zero bytes.
Running the script directly at the command-line or using at works.
the crontab entry is
10 0 * * 6 /usr/local/mysql/backups/mysql_cron_bkup
Any...