There's a query that comes with Bacula that does something like that, it
will return the JobID's where Bacula could find a determined filename.

Check out the "query" command. If it comes up empty, you should verify the
/etc/bacula/query.txt file (that path is when installing the Director using
rpm). That file contains the queries that the "query" command will be able
to execute. If the query does not do what you want, is really easy to edit
it in this file.

2012/6/11 Domen Kožar <do...@dev.si>

> You will have to write an SQL query that does the following:
>
> - selects all jobs from the client that you are interested in
> - filter by path where backup was stored
> - generate path/filenames for all jobs (they are base64 encoded)
> - with programming language filter results by *flyer*
>
> Cheers, Domen
>
>
> On Mon, Jun 11, 2012 at 8:40 AM, "M. Müller" <ad...@bbs1emden.de> wrote:
>
>> Hi,
>> a user deleted a file on a network share. There is a small chance that
>> it is backuped up. Alas I do not know the exact path name nor the exact
>> file name. I only know that it is (was) a Office document named
>> something like "*flyer*". Can the bconsole's restore command help me out
>> or should i try to find the file in the database?
>>
>> Thanks a lot
>> M. Müller
>>
>>
>> ------------------------------------------------------------------------------
>> Live Security Virtual Conference
>> Exclusive live event will cover all the ways today's security and
>> threat landscape has changed and how IT managers can respond. Discussions
>> will include endpoint security, mobile security and the latest in malware
>> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
>> _______________________________________________
>> Bacula-users mailing list
>> Bacula-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/bacula-users
>>
>
>
>
> ------------------------------------------------------------------------------
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and
> threat landscape has changed and how IT managers can respond. Discussions
> will include endpoint security, mobile security and the latest in malware
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> _______________________________________________
> Bacula-users mailing list
> Bacula-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bacula-users
>
>
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to