]> git.sur5r.net Git - bacula/bacula/commit
- Remove Created new FileSet message as it always comes out in
authorKern Sibbald <kern@sibbald.com>
Mon, 11 Apr 2005 08:30:05 +0000 (08:30 +0000)
committerKern Sibbald <kern@sibbald.com>
Mon, 11 Apr 2005 08:30:05 +0000 (08:30 +0000)
commit4d27d0e0d37b359aa9ffd60ca0924a54e02d3825
tree8e4df995b9b4803e20ee4b8b908da570c8c24789
parent5c0d5a208165fbfa54523858c2f80b195c46cc36
- Remove Created new FileSet message as it always comes out in
  the daemon messages.
- eliminate dev_is_tape() in favor of method dev->is_tape()
- Turn on disk seeking during restore for Disk Volumes. This
  required some changes to bscan -- they seem a bit suspect as
  they are not symmetrical for tape/files.
- Remove some of the recursion in stored/parse_bsr.c
- Move rescue out to a new Bacula project.

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1923 91ce42f0-d328-0410-95d8-f526ca767f89
12 files changed:
bacula/kernstodo
bacula/src/dird/job.c
bacula/src/stored/acquire.c
bacula/src/stored/bscan.c
bacula/src/stored/dev.c
bacula/src/stored/device.c
bacula/src/stored/dircmd.c
bacula/src/stored/match_bsr.c
bacula/src/stored/mount.c
bacula/src/stored/parse_bsr.c
bacula/src/stored/protos.h
bacula/src/stored/read_record.c