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@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to