I do something like this for sql server backups, to delete a file you will have to add the appropriate "rm" command for your files
Quote:
|
10 0 * * * cd /home/me/backups; /usr/bin/mysqldump --opt -u DBUSER -pDBPASS DBNAME > databasefile.sql
|
Here are a couple references for cron jobs,
http://www.linuxhelp.net/guides/cron/
http://www.webmasterworld.com/databa...ql/3277413.htm