lovy
10 years agoLevel 4
Restore query
Hi,
I am doing one restore . In backup and restore window in search option I typed my file ending with extension like *abc and it come up with thousands of files . I want to select these all at one shot. How I can do the same. pls provide me solution.
nbu version is 7.6.0.2
bprestore command should be able to help you
use -f key and give the wildcard enty in the file /tmp/restore
something like.. and see if that works for you..
cat /tmp/restore
/tmp/*abc
http://www.symantec.com/business/support/index?page=content&id=HOWTO103842.
alternately you can just use the bplist command and grep the *abc files with full path and put then in a file and give as input for -f switch in bprestore command