crontab (5) định nghĩa các trường sau:
field allowed values
----- --------------
minute 0-59
hour 0-23
day of month 1-31
month 1-12 (or names, see below)
day of week 0-7 (0 or 7 is Sun, or use names)
và giải thích:
Step values can be used in conjunction with ranges. Following a range with ``/<number>'' specifies skips of the number's value through the range. For example, ``0-23/2'' can be used in the hours field to specify command execution every other hour (the alternative in the V7 standard is ``0,2,4,6,8,10,12,14,16,18,20,22'').
Vì vậy, không có việc làm hai tuần một lần, theo như sự hiểu biết của tôi. Tôi khá chắc chắn có cách giải quyết, bạn là gì? Hay tôi đã bỏ lỡ điều gì?