"cron-like expression" in backup task - Sonatype Nexus Repository - Sonatype Community

“cron-like expression” in backup task

post by harald.dunkel on Feb 1, 2022

Harald Dunkel

I’m trying to configure “0 9,21 * * *” as the time in a daily backup task, but it is not accepted. Even “0 21 * * *”, “0 0 21 * * *” or “0 0 21 * * * *” are not accepted. Everytime I get an error “Cron expression is invalid”. What would be a valid expression here?

post by mpiggott on Feb 1, 2022

Matthew Piggott

The quartz scheduler uses its own cron format - Cron Trigger Tutorial