I need a solution
I need to restore a large number of files to one of our file servers and am having a great deal of trouble getting the command line built correctly.
- NetBackup 7.5
- NetBackup server ("nbserver") is MS Windows Server 2008 and set as Master Server, Media Server, and Client
- File server ("fserv01") is a NetApp Filer with multiple defined and active shares (i.e. "Accounting")
I have a text file ("RestoreList.txt) containing a list of files to restore.
Backups to be restored were done between Sept 1st and 5th, inclusive. These are not the most recent backups.
I have tried multiple configurations of the restore command and typically receive a status of 2808 ("MS-Windows policy restore error").
Policy used to create the backups ("Fileserver_Shares") is:
- type: "MS-Windows"
- client: "nbserver"
- Backup Selections: various shares on the file server, such as "\\fserv01\Accounting", "\\fserv01\ProjectManagement", etc
Contents of file list text file: (this is a test set, full set is over 150k files)
\\fserv01\Accounting\Amex posted in EAS - not in banking yet.xlsx\\fserv01\Accounting\BOB\401k/Administration Forms\Automatic Enrollment Notice eff Jan2010.docx\\fserv01\Accounting\BOB\401k/Administration Forms\Beneficiary Designation.docx\\fserv01\Accounting\BOB\401k/Administration Forms\Bonus Deferral Election Form JB.docx
Command line used:
bprestore -B -L T:\RestoreLog.txt -C nbserver -D nbserver -S nbserver -t 13 -p Fileserver_Shares -s 09/01/2013 07:00:00 -e 09/05/2013 23:59:59 -f T:\RestoreLIst.txt
Any help getting a working command would be greatly appreciated.