]> git.sur5r.net Git - bacula/bacula/commit
- Attempt to fix DVD writing by eliminating a number of the
authorKern Sibbald <kern@sibbald.com>
Wed, 29 Jun 2005 14:24:41 +0000 (14:24 +0000)
committerKern Sibbald <kern@sibbald.com>
Wed, 29 Jun 2005 14:24:41 +0000 (14:24 +0000)
commitfe192e90f49a6f0a3786c6ef45d3fea3d00d32b2
tree29d9addd4b972041df09bceceac7d34daf3ffb27
parent7c83c4f48804a253dcee474f2607394dff98df2a
- Attempt to fix DVD writing by eliminating a number of the
  DVD subroutines to simplify.
- Modify DEVICE::open() to take dcr as first argument. This
  will permit providing more info to DVD opening.
- Fix scanning for time/size items which in some cases
  ate the next line.
- Eliminate read_dvd_volume_label().  New code (not yet written)
  *must* open dvd appropriately before calling
  read_dev_volume_label.
- Modify open_first_part() open_next_part() to take DCR as
  argument.
- Make label command from console work on DVDs.
- Make mount command from console work on DVDs.
  Unmount does not work yet.

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@2168 91ce42f0-d328-0410-95d8-f526ca767f89
25 files changed:
bacula/kernstodo
bacula/kes-1.37
bacula/src/cats/make_postgresql_tables.in
bacula/src/lib/edit.c
bacula/src/lib/lex.c
bacula/src/lib/parse_conf.c
bacula/src/stored/acquire.c
bacula/src/stored/append.c
bacula/src/stored/askdir.c
bacula/src/stored/bcopy.c
bacula/src/stored/block.c
bacula/src/stored/btape.c
bacula/src/stored/butil.c
bacula/src/stored/dev.c
bacula/src/stored/dev.h
bacula/src/stored/device.c
bacula/src/stored/dircmd.c
bacula/src/stored/dvd.c
bacula/src/stored/label.c
bacula/src/stored/mount.c
bacula/src/stored/protos.h
bacula/src/stored/status.c
bacula/src/stored/stored.c
bacula/src/stored/stored_conf.c
bacula/src/version.h