November 23, 201213 yr Hello, How do I set up hourly cron job? I have a script, i put it into cron.hourly folder and thats it? Or do i need to change/add data to some other files? Thank you
November 23, 201213 yr Just put it in the folder, make sure it is executable... I have the following in my GO script for example: cp /boot/config/Users_Yesterday /etc/cron.daily/Users_Yesterday chmod +x /etc/cron.daily/Users_Yesterday
Archived
This topic is now archived and is closed to further replies.