Cron jobs are scheduled tasks, that are executed on regular time intervals pre-set by the user and they also execute scripts developed in different programming languages - PHP, Perl, Bash, and the like. In accordance with what exactly a cron has to do, it may run each minute, weekly or even once a year. There're a lot of useful applications to use cron jobs in your day-to-day management of a website. Such as, a backup copy of the entire website can be generated every day or once a week or an email with all of the new signups for the day may be sent to a given email. Such automated options can make the management of every site much easier. There won't be any precise file types which are allowed / forbidden, so every script can be run with a cron job.

Cron Jobs in Semi-dedicated Hosting

Installing a cron job in our system is really easy. Once you sign in to the Hepsia Control Panel, which is provided with all of the semi-dedicated server accounts, you are able to go to the Cron Jobs section where you just need to select the directory path to the script file to be run along with the command path for the particular language the script was written in - PHP, Perl, Python, Bash. You are able to find the latter inside the Control Panel, thus you can copy/paste it with just a couple of clicks. Next, select the time period for your cron via drop-down menus for the months, days, hours or minutes and you are all set. Our cron job setup wizard makes the whole process really simple and intuitive, so you won't have any problems if you don't have prior experience. If you are more tech-savvy, you may also take advantage of the regular cron format with the two paths, digits and asterisks typed on one line.