New Cronjob

To create a new cronjob, you have to specify date and time of the run as well as the name of the program to run.

Minute:
Enter a number in the range of 0 and 59.

Hour:
Enter a number in the range of 0 and 23.

Day of Month:
Enter a number in the range of 1 and 31.

Month:
Enter a number in the range of 1 and 12.

Day of Week:
Enter a number in the range of 0 and 7. The following mappings apply: 0 = 7 = Sunday, 1 = Monday, 2 = Tuesday, 3 = Wednesday, etc.

Command:
Enter the command with its exact path.

Further Advice:
In each input field you may use ranges, lists, wildcards and omissions.

Example:
Minute:15
Hour:*/4
Day of Month:1,15
Month:*
Day of Week:5
Command:/home/username/bin/program

The command /home/username/bin/program will be run at the 1. and 15. of every month and additionally every friday. The time of day will be 0:15, 4:15, 8:15, ..., 20:15.