Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

locating a single file for restore

Status
Not open for further replies.

Pedro84

Technical User
Joined
Mar 27, 2006
Messages
15
Location
GB
Is there any way to search all previous backups for a single file? I have used the find function and changed the browse time to a point where I thought the file existed but i still cannot find it
 
hi,

try to use nsrinfo -N <full_path_of_file> <nsr_client_name>
 
Here is an other alternative:

UNIX/Linux

nsrinfo client_name | grep <string>


Windows

nsrinfo client_name | findstr <string>


greo and findstr are case sensitive.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top