I found the reason for that error in the source code:
in file dev.c at line 385 bacula tries to rewind the fifo....

naturally this won't work.
When changing this line to something like "if( 1 == 2)" bacula backsup to 
the fifo.

But now I face the next problem. Restore by the fifo device doesn't work. I 
can restore when I use a file device. Therefore I backup some files through 
a fifo and pipe the data to a file. When I now restore the backup by 
pointing a file device to that backup file I can restore.

But I couldn't manage restoring through a fifo.

So I think nobody is actually using this feature of bacula? Or is there any 
example implementation showing how to backup and restore via fifo?

Andreas



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to