is there some way to schedule cron jobs every night at 1am local for example?
Of course. What exactly is the problem?
hi patrick, well i want to have my ids/ips rules and dnsbl rules update and restart at 1am for example. i cant find a way to do that within the interface since the "hours" field wont even accept 24 as i'm currently thinking that the only way to have tried to do this was to wait until 1am tonight and then configure cron and hit save...just at a loss really
Minutes: 0
Hours: 1
Rest: * * *
That's 1am local time every day. Cron runs on local time.
Reading your post again ... the crontab entries specify a point in time, not an interval! You do not enter "every 24 hours" - you enter "at the hour 1"!
OMG! You completely misunderstood how that tool works.
Hope to have made it clear ;)
https://crontab.guru/
Quote from: Patrick M. Hausen on April 07, 2024, 08:03:13 PM
Reading your post again ... the crontab entries specify a point in time, not an interval! You do not enter "every 24 hours" - you enter "at the hour 1"!
OMG! You completely misunderstood how that tool works.
Hope to have made it clear ;)
gah! that makes much more sense...sory it really didnt seem explained well in the documentation. really appreciate it Patrick!
Quote from: chemlud on April 07, 2024, 08:14:04 PM
https://crontab.guru/
thank chem, i never would've found that. much appreciated