S
S
Sergey2017-03-09 13:13:44
Task Schedulers
Sergey, 2017-03-09 13:13:44

How to make cron pull the script every 90 days?

Good afternoon!
There is a script that needs to be pulled every 90 days, as I understand it, it will not work to explicitly indicate 90 days, but I realized that you can do the first day of every third month, tell me how the record will look like !?
I guess the entry should be:
0 10 */3 * * /bin/bash /etc/apache2/ssl/certbot-auto renew --quiet --no-self-upgrade

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Axian Ltd., 2017-03-09
@AxianLTD

Tool to help crontab-generator.org
* * * 1,4,7,10 * run >/dev/null 2>&1

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question