Hello,
I'm currently trying to restore Exchange Public Folders GRT content from a command line using the bprestore utility. However, so far I never managed to make it works and I'm starting to wonder if it is event possible...
Restore from GUI is working just fine but is incredibly slow due to the huge amount of data in our databases. So, no problem at this level.
Here is the procedure I'm currently using:
1) list a folder content using bplist
bplist -C MyExchangeClient -t 16 -s [start date] -e [end date] "Microsoft Information Store\DBPF01\Database\[Folder]\*"
This command successfully return the root content of the [Folder].
2) Restore the folder
bprestore -C MyExchangeClient -granular_restore -K -L C:\Temp\progress.log-t 16 -s [start date] -e [end date] "Microsoft Information Store\DBPF01\Database\[Folder]\*"
All I get in return is a job ending in status 2810 "MS-Exchange-Server policy restore error".
The log file give a little bit more info "no files matched in the given date range".
Any suggestion or ideas ?
The whole chain (master/media/client) is under Windows 2008 R2 with NetBackup 7.6.0.3.
Thanks !
Fabrice