Command on a client to view files backed up on a specific date?

mrl

Newcomer
Joined
Apr 5, 2015
Messages
3
Reaction score
0
Points
0
Can someone tell me if there is a command that I can use on a client, to ask the server what files were backed up on a specific date? (the log file is unavailable). Thanks very much.

- Mark
 
Hi,
I am new TSM user and i have assign copystgpool to primary pool for taking dual copy bkp at a time,
My bkp is successfull and now i want to revert the changes which i made for taking dual copy bkp.
please help me.
Command which i used for taking bkp
UPDATE STGPOOL Primarypool COPYSTGpools=secondarypool
 
Can someone tell me if there is a command that I can use on a client, to ask the server what files were backed up on a specific date? (the log file is unavailable). Thanks very much.

- Mark
Sure, you can use the query backup command with the fromdate and todate options:
Code:
dsmc query backup C:\* -su=yes -fromdate=mm/dd/yyyy -todate=mm/dd/yyyy -fromtime=hh:mm -totime=hh:mm

For any further help on the options or command, you can do: dsmc help {option or command}
 
Back
Top