Reputation: 262
I am new to crontab, can someone just tell me how often this task goes. Thanks.
0 8 * * *
Is it every 8 minutes?
Upvotes: 1
Views: 3196
Reputation: 906
It means every day at 8:00 am
You have to set
*/8 * * * * path to script
every 8 minut
Upvotes: 2