I currently use the crontab to run three jobs every night.
They are set to run as:
00 21 * * * /location and job.
05 21 * * * /location and job.
15 21 * * * /location and job.
I need to modify these jobs to run every 60 minutes, with the exception of Sunday.
I also need to know if I could schedule these jobs to run every 60 minutes with the exception of Sunday between 0100 and 0700.
Help is much appreciated.
They are set to run as:
00 21 * * * /location and job.
05 21 * * * /location and job.
15 21 * * * /location and job.
I need to modify these jobs to run every 60 minutes, with the exception of Sunday.
I also need to know if I could schedule these jobs to run every 60 minutes with the exception of Sunday between 0100 and 0700.
Help is much appreciated.