cron

 

 

Next runs

    Syntax

    FieldAllowed values
    minute0-59
    hour0-23
    day (month)1-31
    month1-12 or JAN-DEC
    day (week)0-6 or SUN-SAT (7 is also Sunday)
    *any value
    ,list separator: 1,15
    -range: 1-5
    /step: */15, 0-30/10
    @yearly0 0 1 1 * (also @annually)
    @monthly0 0 1 * *
    @weekly0 0 * * 0
    @daily0 0 * * * (also @midnight)
    @hourly0 * * * *
    @rebootonce, at startup

    Matching values