Bacula-users

Re: [Bacula-users] Find a file in backup without exact name or path

2012-06-11 16:53:32
Subject: Re: [Bacula-users] Find a file in backup without exact name or path
From: Domen Kožar <domen AT dev DOT si>
To: M. Müller <admin AT bbs1emden DOT de>
Date: Mon, 11 Jun 2012 22:51:03 +0200
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" <admin AT bbs1emden DOT 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 AT lists.sourceforge DOT 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 AT lists.sourceforge DOT net
https://lists.sourceforge.net/lists/listinfo/bacula-users
<Prev in Thread] Current Thread [Next in Thread>