Restore using a wildcard?

rwhtmv

ADSM.ORG Member
Joined
Apr 9, 2003
Messages
226
Reaction score
0
Points
0
Website
Visit site
Ok, never ran into this but I bet someone knows this. I need to restore to a node all the .pst files for a certain email user. However, I and he never knew where they were stored on the server. They got deleted so I can't do a file search on the server.



Can I use the gui to restore a wildcard, for example all the .pst files on a certain drive? Do I have to do it with the cmd, if so, do you know the syntax for it? I tried Restore Filename *.pst [path to restore to] but that didnt work.



Thanks
 
Hi,



I'd try to run dsmc and try the following:

RESTORE C:\*.pst -SUBDIR=YES

(or whatever drive instead of C:)



I think it should work. You can try "Q BA C:\*.pst -SUBDIR=YES" firstly to check what's going to be restored.



Hope it helps..
 
Back
Top