Jason Helfman wrote:
> On Wed, 2008-01-16 at 15:47 -0500, Dan Langille wrote:
>> On Jan 16, 2008, at 3:44 PM, Jason Helfman wrote:
>>
>>> Hi There.
>>>
>>> Is there a way to list files backed up in a certain Set?
>>>
>>> If I try to find based on the client, nothing is found, which I  
>>> know is
>>> wrong.
>>>
>>> I do have a list of jobId's, but I would like to find the directory or
>>> files within a jobId.
>>>
>>> We are short on diskspace, and I would not like to restore everything.
>>
>>  From bconsole, issue this command: list files jobid=1234
>>
> 
> 
> That worked. Is there anyway to search for a filename or directory
> within these jobid's? Since it is just putting it out to console I can't
> see all of the files going by as fast as they are.

echo 'list files jobid=1234' | bconsole > filelist

Then look through filelist

Or:

echo 'list files jobid=1234' | bconsole | grep NAME

where NAME is what you are searching for.



-- 
Dan Langille - http://www.langille.org/
BSDCan - The Technical BSD Conference: http://www.bsdcan.org/
PGCon  - The PostgreSQL Conference:    http://www.pgcon.org/

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to