I do not know if the question is confusing, but it's that I've used a lot of Cronjob on my systems these days and I do not want to have problems. So I'll illustrate my concern with a hypothetical situation.
Let's say I have a Cronjob programmed to run 2:30
in the morning. However, the server provider needed to be upgraded (or gave some internal trouble) and shut down the server as%% of the morning. But 5 minutes later, that is, 2:28
, the service has been restored.
What will happen with that 2:32
schedule?
Will it run when the machine starts? Or will it be completely ignored, running just the other day?
I need to know this, because I have some scripts that have specific dates or times to run, and I do not want to have damage with information and events from my systems.
If the answer is yes for "will be ignored?", how can I check to see if the server has been restarted and if a cron has not run at a certain time and then run? p>