Skip to content

Non-standard cron format #5

@ibot3

Description

@ibot3

The used cron format seems to be wrong.
As shown in the readme, running a backup everyday at 3am is

0 0 3 * *

However, this should be 0 3 * * *. A digit for seconds doesn't exist in the Cron standard. It is minute hour day month weekday.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions