crontab (5) definiert die folgenden Felder:
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)
und erklärt:
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'').
Also keine zweiwöchentlichen Jobs, soweit ich weiß. Ich bin mir ziemlich sicher, dass es Problemumgehungen gibt. Was sind Ihre? Oder habe ich etwas verpasst?