Hallo,
ich versuche gerade einen crontab am 01.01 um 0 Uhr jedes Jahres zu erstellen:
Aber sowohl
als auch
führt zu
Kann mir jemand sagen, was ich falsch mache. Laut Doku sind ja die drei Varianten möglich:
Danke.
ich versuche gerade einen crontab am 01.01 um 0 Uhr jedes Jahres zu erstellen:
Aber sowohl
Code:
crontab: '0 0 0 1 1 * = 1'
Code:
crontab: '0 0 1 1 * = 1'
Code:
crontab entry '0 0 0 1 1 *' can not be split up into 4 parts for minute, hour, day and weekday
- crontab: <Minute> <Stunde> <Tag> <Wochentag>
- crontab: <Minute> <Stunde> <Tag> <Monat> <Wochentag>
- crontab: <Sekunde> <Minute> <Stunde> <Tag> <Monat> <Wochentag>
Danke.
Kommentar