How to start a script using cron every hour?
Tell me more
×
Server Fault is a question and answer site for
professional system and network administrators. It's 100% free, no registration required.
|
Put your script in /etc/cron.hourly. |
|||||||||||||||
|
|
0 * * * * should work and will run at every 1 hour 0 1 * * * will run at 1 AM in night every day.. |
|||
|
|