Can anyone tell me why my JobMedia table would have VolIndex entries for the
same MediaId but with all other Index values wet to zero?

Example:

mysql> select
JobId,MediaId,VolIndex,FirstIndex,LastIndex,StartFile,Endfile,StartBlock,End
Block from JobMedia where JobId=400462;
+--------+---------+----------+------------+-----------+-----------+--------
-+------------+-----------+
| JobId  | MediaId | VolIndex | FirstIndex | LastIndex | StartFile | Endfile
| StartBlock | EndBlock  |
+--------+---------+----------+------------+-----------+-----------+--------
-+------------+-----------+
| 400462 |    9407 |        6 |          0 |         0 |         0 |       0
|          0 |         0 |
| 400462 |    9407 |        7 |      18410 |     22016 |         0 |       0
|        224 | 691142537 |
| 400462 |    9738 |        1 |          1 |      6219 |         0 |       0
|  804409788 | 999945634 |
| 400462 |    9827 |        4 |          0 |         0 |         0 |       0
|          0 |         0 |
| 400462 |    9827 |        5 |      13249 |     18410 |         0 |       0
|        224 | 999936191 |
| 400462 |    9831 |        2 |          0 |         0 |         0 |       0
|          0 |         0 |
| 400462 |    9831 |        3 |       6219 |     13249 |         0 |       0
|        224 | 999936183 |
+--------+---------+----------+------------+-----------+-----------+--------
-+------------+-----------+
7 rows in set (0.00 sec)

Thanks,

Brian Kelly

Attachment: smime.p7s
Description: S/MIME cryptographic signature

------------------------------------------------------------------------------
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to