Cron Jobs
What's a cron job? What ?job? does a cron job usually perform? How will cron jobs make your web experience easier?
A cron job is a command, that runs conveniently in the background on a pre-set period of time and it also runs a script within a website hosting account. There aren't any limits regarding what the script can be - PHP, Bash, Perl, etcetera, what it can do, or what exactly the file extension should be. Examples are supplying a regular report with all of the end user activity on a specific website, creating a routine backup or deleting the content inside a specific folder. These tasks or almost every other script can be run on intervals selected by the end user - every few minutes, hours or days, and even monthly as well as annually depending on the exact goal. Making use of cron jobs to improve various aspects of administrating a website saves considerable time and efforts.
-
Cron Jobs in Shared Web Hosting
Creating a cron job will take you precisely 3 easy steps when you acquire a
shared web hosting package from us. The Hepsia Control Panel, which comes with all of the web hosting accounts, has a section focused on the crons and once you get there, you need to enter the folder path to the script that you would like to be run, the command path to the system files for the specified programming language (Perl, Python, PHP), that you can copy from the Server Information section, and then determine how often the cron job should run. For the time interval, we provide two options - an easy to use one with drop-down navigation where one can choose the minutes, hours, days or months, and a more complex one that's used with various other web hosting Control Panels where you are expected to type numbers and asterisks on particular positions that outline different time periods.
-
Cron Jobs in Semi-dedicated Hosting
Installing a cron job in our system is very simple. 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 pick the directory path to the script file to be run as well as the command path for the particular language the script was designed in - PHP, Perl, Python, Bash. You'll be able to find the aforementioned inside the Control Panel, and you can copy/paste it with just a couple of clicks. Then, choose the time period for your cron using drop-down navigation for the minutes, hours, days or months and you are all set. Our cron job setup wizard makes the whole process very simple and intuitive, so you won't have any problems if you don't have prior experience. In case you are more tech-savvy, you can also use the conventional cron format with the two paths, digits and asterisks typed on one line.