How to restore several files from a 560000 files backup's directory
Updated: 21 May 2010 | 1 comment
This issue has been solved. See solution.
I have a WINDOWS-NT backup. there is a directory include 560000 files in this backup. Now I need restore several files from this large directory.But the 'backup,archive restore' pane in Netbackup Administration Console report an error when I expand this directory.The error meaning is 'not enough memory to list these files in the directory'...I don't want to change config file for the AdminConsole to occupy more memory. How can I restore these files? Any advice,Thanks!
NetBackup 6.0 MP4
server:HP-UX 11.11
client:windows 2000
上编辑的消息
Discussion Filed Under:
Comments
Make a list of all the files you are intendeding to restore in a file, say C:\filelist if its windows or /filelist if its unix.
you can restore these files as follows
/usr/openv/netbackup/bin/bprestore -B -K -C <client name from which you want to restore> -D <client name TO which you want to restore> -t 13 -s <start date time > -e <end date time> -f <C:\filelist or /filelist>
-K = This options disables overwrite of files if they exists.
Cheers!
Manoj
------------------
Time isn't running out, but life is...
Would you like to reply?
Login or Register to post your comment.