Displaying 2 results from an estimated 2 matches for "start_hours_rang".
Did you mean:
  start_hours_range
  
2012 Feb 27
1
Centos 6.2, sheduled tasks (cron)
Hi all,
I wanted to schedule some rsync backups and found that CentOS is by 
default using anacron.
I'm mostly used with the historical cron, but let's follow the progress :-)
- I made a shell script in /etc/cron.daily/dobackup
- I made it 755, root.root.
- In /etc/anacrontab, START_HOURS_RANGE=21-23 (I kept the other lines 
unchanged)
- When I manually run /etc/cron.daily/dobackup, it runs quietly (no errors)
Where should I check if the task scheduler is setup correctly (logs)?
Must I reload a service (BTW, is it "crond" yet?) after editing 
/etc/anacrontab?
How to tell tha...
2015 Mar 11
3
Tasks in /etc/cron.daily on CentOS 7?
Hi,
I just configured SquidAnalyzer, a nifty little network statistics tool 
that I'm using mainly in school networks to monitor network usage.
I want to run the '/usr/bin/squid-analyzer' script once a day. I took a 
peek in /etc/cron.daily, and the package already installed an 
/etc/cron.daily/0squidanalyzer script.
I wanted to know at what time CentOS ran the cron.daily scripts,