On 2/10/22 13:08, Patrick Dupre wrote:
On 2/10/22 13:41, Patrick Dupre wrote:Currently anacrontab is set 7 25 cron.weekly nice run-parts /etc/cron.weekly It means that it run every Thursday. I am no satisfied by thus day. How can I have it running every Saturday ?No, the man page for /etc/crontab says that both 0 and 7 stand for Sunday and that the hours go from 0 - 23.What do you mean NO?
Looking at the crontab settings that were "not activated", this indicates the day is 6 or Saturday (since 7 indicates Sunday). Thus, 4 would be Thursday.
#30 12 * * 6 root run-parts /etc/cron.weekly The following would give you /etc/cron.weekly running at 12:30 every Thursday 30 12 * * 4 root run-parts /etc/cron.weekly
_______________________________________________ users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@xxxxxxxxxxxxxxxxxxxxxxx Do not reply to spam on the list, report it: https://pagure.io/fedora-infrastructure