]> git.sur5r.net Git - bacula/rescue/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)
commitdf2a52f5c0ab830cb881b83bd849581524525dcb
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904
parent15fa63fe23fc2ab3611e5ac6d7c82fa02131b7ef
- 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.