I just want to know which one should work just fine for Run every 6 hours forever:
0 */6 * * *
or
* */6 * * *
Thanks
|
I just want to know which one should work just fine for Run every 6 hours forever:
or
Thanks |
|||
|
|
|
I would say the first one. It will run once every six hours. You can also try to set specific hours like this:
You might also find useful to check out this page. |
|||
|
|
|
The second... Which you could have realised for yourself by consulting the appropriate manpage. |
|||
|
|