ADSM-L

Re: changing weekday to sunday - friday

2003-06-10 09:13:10
Subject: Re: changing weekday to sunday - friday
From: Alan Davenport <Alan.Davenport AT SELECTIVE DOT COM>
To: ADSM-L AT VM.MARIST DOT EDU
Date: Tue, 10 Jun 2003 09:11:37 -0400
Hello Eddie,

        You could reset the backup schedule to run every day of the week
then set up an script that runs VIA an admin schedule on Saturday that
updates your backup schedule so it doesn't run that day. Something like this
would work:

select 1 from db as ONE where dayname(current_date)='Saturday'
if (rc_notfound) goto not_sat
upd sch YOURSCHEDULENAME startd=today+1
not_sat:
exit

        You would, of course, have to run this script BEFORE the normal
start of your backup schedule. (:

       Take care,
           Al

Alan Davenport
Senior Storage Administrator
Selective Insurance Co. of America
alan.davenport AT selective DOT com
(973) 948-1306



-----Original Message-----
From: Eddie Jones [mailto:Eddie_Jones AT CANADALIFEUS DOT COM]
Sent: Monday, June 09, 2003 4:02 PM
To: ADSM-L AT VM.MARIST DOT EDU
Subject: changing weekday to sunday - friday


Hello gang.  Is it possible int tsm to change weekday in schedules to be
sunday - friday instead of monday through friday.  I want to run my
schedules everyday except saturday.  If I can't change this, is there an
easy way to set this up?

Thank you in advance.


Eddie Jones
770-953-1959 ext.2824

"The greatest lesson in life is to know that even fools are right
sometimes."
- Sir Winston Spencer Churchill


---***---

<Prev in Thread] Current Thread [Next in Thread>