Hello,

I have a question about Bacula file types defined in baconfig.h. There are a
lot of different types like FT_REG, FT_LNK, etc. There is a FT_PLUGIN also.
>From baconfig.h I can read:

#define FT_PLUGIN    22               /* Plugin generated filename */

But when I defined this kind of filetype, I've got a backup errors: "Unknown
file type (...)". This message was raised by: filed/backup.c:428

   default:
      Jmsg(jcr, M_NOTSAVED, 0,  _("     Unknown file type %d; not saved:
%s\n"),
           ff_pkt->type, ff_pkt->fname);
      jcr->JobErrors++;
      return 1;

So, I assume that Bacula isn't ready for virtual/plugin generated file
type/filename. Is it correct?

Regards

-- 
Radosław Korzeniewski
rados...@korzeniewski.net
------------------------------------------------------------------------------
This SF.net Dev2Dev email is sponsored by:

Show off your parallel programming skills.
Enter the Intel(R) Threading Challenge 2010.
http://p.sf.net/sfu/intel-thread-sfd
_______________________________________________
Bacula-devel mailing list
Bacula-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-devel

Reply via email to