Windows 2003 TSM client.

jampar12

ADSM.ORG Member
Joined
Apr 8, 2008
Messages
3
Reaction score
0
Points
0
Hi All

question regarding scripting tsm backups on Windows 2003

I'm not a Windows Admin, but my manager has asked to prepare a script to run on Windows that does a daily incr backup.

Is this possible , and if so could someone point me the right direction, or have a sample script I could look it


Thanks
James Parsons
 
hi,

you can create a batch file with the following commands:

C:
CD \Program Files\Tivoli\TSM\baclient
start /wait dsmc incr c: >> C:\sched.log

which will do an incremental of drive C (you may change, should you want to backup another drive)

hope this helps
max
 
Back
Top