Gerald Brandt <g...@majentis.com> wrote on 09/28/2011 10:15:12 AM:

> I need to search for a specific file on a host, via backuppc.  Is 
> there a way to search a host backup, so I don't have to manually go 
> through all directories via the web interface?

The easiest, most direct way of doing that would be:

cd /path/to/host/pc/directory
find . | grep "f<filename>"

I'm sure someone with more shell-fu will give you a much better command 
line (and I look forward to learning something!).  I'm sure there's a way 
to do it simply with the find command alone, but I've had limited success 
trying to limit the find command to find specific files.  For me, it's 
easier to use grep as above.  My way will work, if a bit slowly:  there's 
lots of files in there...

Don't forget the leading f in the filename:  BackupPC puts an f in front 
of every filename in the directory structure.

Tim Massey

 
Out of the Box Solutions, Inc. 
Creative IT Solutions Made Simple!
http://www.OutOfTheBoxSolutions.com
tmas...@obscorp.com 
 
22108 Harper Ave.
St. Clair Shores, MI 48080
Office: (800)750-4OBS (4627)
Cell: (586)945-8796 
------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2dcopy1
_______________________________________________
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:    https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:    http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/

Reply via email to