]> git.sur5r.net Git - bacula/bacula/commit - bacula/src/lib/bsys.c
======================= Warning ==========================
authorKern Sibbald <kern@sibbald.com>
Sat, 8 Jul 2006 07:57:43 +0000 (07:57 +0000)
committerKern Sibbald <kern@sibbald.com>
Sat, 8 Jul 2006 07:57:43 +0000 (07:57 +0000)
commit4f7896c56213a88d17777db9041a9643ae541c5f
treedb9455cb8ee0ea986f930382d14e4eb9f82f528e
parent016d758392f5e54cdc9f82b97823dbb18a2e2595
  ======================= Warning ==========================
  Implemented new method of getting the default Storage from the Media
  record rather than from the MediaType for restore.  As a fall
  back, if no Storage is defined, use the MediaType.  This
  eliminates most all prompts if there are multiple MediaTypes
  used. This is an important and fundamental change.
  ==========================================================

- Add more detail (Storage, Device) to list of volumes printed
  for restore.
- More code in migrate. In particular start multiple jobs if
  migrating a volume.
- Probably overkill, but ensure that the bsr is unique even within a
  job in FD and SD.
- Rework bsys.c drop() so that it now should work as expected.
- Update a bunch of old copyrights -- particularly in .h files.
- Remove src/lib/bshm.c/h

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3128 91ce42f0-d328-0410-95d8-f526ca767f89
33 files changed:
bacula/examples/reports/check_bacula_pools.sh [new file with mode: 0755]
bacula/kernstodo
bacula/kes-1.39
bacula/src/dird/bsr.c
bacula/src/dird/migrate.c
bacula/src/dird/protos.h
bacula/src/dird/ua_restore.c
bacula/src/filed/job.c
bacula/src/lib/.cvsignore
bacula/src/lib/Makefile.in
bacula/src/lib/address_conf.h
bacula/src/lib/attr.h
bacula/src/lib/bshm.c [deleted file]
bacula/src/lib/bshm.h [deleted file]
bacula/src/lib/bsys.c
bacula/src/lib/btime.h
bacula/src/lib/btree.h
bacula/src/lib/lib.h
bacula/src/lib/md5.h
bacula/src/lib/message.h
bacula/src/lib/openssl.h
bacula/src/lib/queue.h
bacula/src/lib/runscript.h
bacula/src/lib/semlock.h
bacula/src/lib/serial.h
bacula/src/lib/smartall.h
bacula/src/lib/var.h
bacula/src/lib/waitq.h
bacula/src/lib/watchdog.h
bacula/src/lib/workq.h
bacula/src/stored/fd_cmds.c
bacula/src/stored/mac.c
bacula/src/version.h