Hello,

2011/12/2 Marcello Romani <[email protected]>

> Hallo,
>     I've got a (hopefully not so) unusual problem.
> I need look for a text string inside some text files that I've backed up
> with bacula.
> The first, naive solution that comes to mind is of course to extract
> portion of the backup archive (e.g. going back in time), one fd-client
> at-a-time, do the search and then delete the "restored" files if the
> string is not found.
> But this process would be highly time-consuming and inefficient FWIKT.
>

If you backup to disk volumes that you can search trough volume files. When
you find a location (address) inside a volume then you can compare it with
a jobmedia table in database. As a result you will get a jobid.
In this case I assume that you don't perform any compression or encryption.

best regards
-- 
Radosław Korzeniewski
[email protected]
------------------------------------------------------------------------------
Cloud Services Checklist: Pricing and Packaging Optimization
This white paper is intended to serve as a reference, checklist and point of 
discussion for anyone considering optimizing the pricing and packaging model 
of a cloud services business. Read Now!
http://www.accelacomm.com/jaw/sfnl/114/51491232/
_______________________________________________
Bacula-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to