]> git.sur5r.net Git - bacula/bacula/commit
- Implement IBM labels
authorKern Sibbald <kern@sibbald.com>
Sat, 12 Mar 2005 15:40:41 +0000 (15:40 +0000)
committerKern Sibbald <kern@sibbald.com>
Sat, 12 Mar 2005 15:40:41 +0000 (15:40 +0000)
commitbd688587103bdee8c37df02de154c06dbd03e9ac
tree7a7199e50d4a451a1dd6129f2507e45400f25a26
parent64d6d4d89a30f78ca0ca50939cc50919ca1f5975
- Implement IBM labels
- Implement EOF and EOV labels at the end of a volume.
- Fix a rather ugly problem with the PoolId not getting
  passed correctly. Now the DIR passes the Pool name and
  Media Type to the SD, who passes them back when requesting
  the next Volume. The DIR then looks up the correct PoolId.
  This takes more time, but always works, AND allows wild
  card Media Types (i.e. the SD can decide).
- The DIR <==> SD protocol has changed.

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1885 91ce42f0-d328-0410-95d8-f526ca767f89
14 files changed:
bacula/kernstodo
bacula/src/cats/protos.h
bacula/src/cats/sql_get.c
bacula/src/dird/catreq.c
bacula/src/stored/Makefile.in
bacula/src/stored/acquire.c
bacula/src/stored/ansi_label.c
bacula/src/stored/askdir.c
bacula/src/stored/block.c
bacula/src/stored/dev.c
bacula/src/stored/ebcdic.c
bacula/src/stored/label.c
bacula/src/stored/protos.h
bacula/src/version.h