↧
Full mysql backup with cron job in cpanel
This is how to do daily mysql backup with cron job in cpanel. This cron job will backup your mysql database as dump file (and gzip) daily. The files will be replaced on the same day next week. Command...
View ArticleRun PHP file with cron
This is the script to paste in cron to run a PHP file php -f /home/username/public_html/cron-daily.php Anyway I haven’t tried to put the script outside public_html directory. Logically PHP cannot run...
View Article