Bacula-users

[Bacula-users] "No database record found" but the record exists on database

2010-08-13 11:36:10
Subject: [Bacula-users] "No database record found" but the record exists on database
From: Daniel Bojczuk <danielbojczuk AT gmail DOT com>
To: bacula-users AT lists.sourceforge DOT net
Date: Fri, 13 Aug 2010 12:33:20 -0300
Hi... I have tred to restore some email files from Bacula but I've got
the error:
"No database record found for:
/var/mail/alanza/new/1280254153.4282_0.pandora.fearp.usp.br"

But when I look for directly on the PostgreSQL database with the SQL:

select distinct
        path.path||filename.name as pathname
from
        file inner join job
                on (job.jobid=file.jobid)
        inner join filename
                on (filename.filenameid=file.filenameid)
        inner join path on (path.pathid = file.pathid)
where
        job.starttime between '2010-07-19' and '2010-08-06' and
        path.path='/var/mail/user/new/';

It exists!!!

Can anybody help me?

Thanks

Daniel Bojczuk

------------------------------------------------------------------------------
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev 
_______________________________________________
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>
  • [Bacula-users] "No database record found" but the record exists on database, Daniel Bojczuk <=