how to define Administrative Schedules for TSM DB

Bharanij

ADSM.ORG Member
Joined
Jun 18, 2016
Messages
159
Reaction score
2
Points
0
hi guys,

i need support for below details

iam doing manual backup for TSM DB
ba db devclass=FILE type=full compress=yes
ba db devclass=FILE type=incremental compress=yes

now i want define Administrative Schedules for same any one can help about the commands?

Rdgs,
Bharani
 
hi guys,

i need support for below details

iam doing manual backup for TSM DB
ba db devclass=FILE type=full compress=yes
ba db devclass=FILE type=incremental compress=yes

now i want define Administrative Schedules for same any one can help about the commands?

Rdgs,
Bharani

One example:

define schedule DB_FULL cmd="ba db devclass=FILE type=full compress=yes" type=admin starttime=06:00 active=yes

means start FULL DB backup everyday at 6:00 AM
 
thank you for the update but how to i set weekly two days ( monday and Friday) @ 11:00 PM ?
 
thank you for the update but how to i set weekly two days ( monday and Friday) @ 11:00 PM ?

read "help define schedule" - this is how you will learn, and help is your friend.

In this case:

define schedule DB_FULL cmd="ba db devclass=FILE type=full compress=yes" type=admin schedstyle=enhanced dayofweek=mon,fri starttime=23:00 active=yes
 
Back
Top