The patch is attached. Adam Buchbinder
Author: Adam Buchbinder <[email protected]> Description: Add Bacula volume support. (Closes: #556981)
diff -Naurp file.orig/magic/Magdir/archive file/magic/Magdir/archive --- file.orig/magic/Magdir/archive 2009-11-18 10:54:10.000000000 -0500 +++ file/magic/Magdir/archive 2009-11-18 12:24:34.000000000 -0500 @@ -803,3 +803,9 @@ >24 belong 1 SHA-1 checksum >24 belong 2 MD5 checksum +# Bacula volume format. (Volumes always start with a block header.) +# URL: http://bacula.org/3.0.x-manuals/en/developers/developers/Block_Header.html +# From: Adam Buchbinder <[email protected]> +12 string BB02 Bacula volume +>20 bedate x \b, started %s +

