Computing.Net > Forums > Unix > Crontab issue

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

Crontab issue

Reply to Message Icon

Name: stant_98
Date: September 6, 2006 at 02:03:47 Pacific
OS: Solaris
CPU/Ram: 2.5/2
Comment:

Hi all,

I need some help. I am being told that the followmh crontab entries will start at the same time sometimes. Do you guys see a problem here. What we need is to have rman1 to run each Sunday only and rman2 to sun Mon-Sat only:

00 22 2-31 * 0 /local/home/oracle/app/oracle/admin/prod1/backup_scripts/rman1_dbf_bck.sh
00 22 2-31 * 1-6 /local/home/oracle/app/oracle/admin/prod1/backup_scripts/rman2_dbf_bck.sh

VN



Sponsored Link
Ads by Google

Response Number 1
Name: rimpyajit
Date: September 6, 2006 at 04:20:45 Pacific
Reply:

What you need is :

00 22 * * 0
local/home/oracle/app/oracle/admin/prod1/backup_scripts/rman1_dbf_bck.sh

00 22 * * 1-6
/local/home/oracle/app/oracle/admin/prod1/backup_scripts/rman2_dbf_bck.sh


0
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Unix Forum Home


Sponsored links

Ads by Google


Results for: Crontab issue

Edited entries in Crontab don't run www.computing.net/answers/unix/edited-entries-in-crontab-dont-run/5077.html

crontab command www.computing.net/answers/unix/crontab-command/4267.html

help on Crontab utility www.computing.net/answers/unix/help-on-crontab-utility/7917.html