Cron jobs are scheduled tasks, that are executed on regular time intervals set by the user and they execute scripts developed in several programming languages - PHP, Perl, Bash, etc. Determined by what exactly a cron needs to do, it may run every single minute, once a week or perhaps once a year. There're many effective applications to employ cron jobs in your daily management of a website. For example, a backup copy of the full website may be generated once per day or perhaps weekly or an e-mail message with all of the new signups for the day may be delivered to a particular email address. These types of automated options will make the management of any website much easier. There aren't any particular file types that are allowed / forbidden, so any script can be run employing a cron job.
Cron Jobs in Hosting
If you get any of our hosting packages, you're able to set up cron jobs with a few clicks through your Hepsia Control Panel even when you have not done that previously. Hepsia is quite easy to use, so instead of entering numbers and asterisks on specific places, which is the usual technique to create a cron job, you will be able to choose the minutes, hours or days a script should be executed using simple drop-down navigation. This is done in the Cron Jobs part of the Control Panel and, of course, you can use the first method too, when you are knowledgeable enough and you prefer it. In either case, you'll have to type in the path to the script which will be executed along with the path to the PHP, Python or Perl system files within your account. The aforementioned is included in the Control Panel and you'll be able to copy/paste it, but if you experience any kind of issues, you can contact your support team.
Cron Jobs in Semi-dedicated Servers
In case you use a semi-dedicated server account with our company to host your websites, you're able to create cron jobs for any of them effortlessly. This is done in 3 uncomplicated steps from the Hepsia Control Panel which is used to take care of the hosting account, so you can set up a new cron even if you don't have any previous experience. Within the Cron Jobs section of Hepsia, you will discover a box where you have to copy/paste the path to the system files in your account for the programming language your script was designed in - PHP, Perl, Bash, Python, etc. You also need to enter the folder path to the script file which will be executed in the same box and use our intuitive drop-down menus to choose how often our system will execute the cron. Advanced users, can also take advantage of the traditional method of setting up a cron job by typing digits and asterisks in certain positions as well as the aforementioned paths.