Hi thanks notion.
Just tried this, but...
'no manual entry for cron"
"no manual entry for crontab"
I think whatever cronjob I get set will have to be implemented by the tech staff. They have so far been very willing and efficient so no worries.
What should I be asking for, I guess might be another way to state my query? A mysqldump of current database every hour so? Rotating backups (means keep the backup for 2-3 days, then kill it?)
I could write these actions as a PHP program, and in fact meant to do exactly that, but I'd prefer to mechanize the process so I don't have to be the one to dial in to do it.
Also a full backup of a MySQL database via a PHP command can cause me to miss my 30-second timeout window.
Looking to get smart about this stuff.
Thanks for any guidance. Would like to hear what sort of backup systems persons have actually implemented in production environs.