]> git.sur5r.net Git - bacula/bacula/commit
- Add check for df path for dvd_freespace
authorKern Sibbald <kern@sibbald.com>
Fri, 22 Jul 2005 09:12:43 +0000 (09:12 +0000)
committerKern Sibbald <kern@sibbald.com>
Fri, 22 Jul 2005 09:12:43 +0000 (09:12 +0000)
commita771fdaa9ea9ac30acd35eba3b90fd48baea692c
treea26eaa4e6bbe7debddd2239ff57756bcc6c3f3ec
parentca2384078f30baddd2a2590534b4ef6764959634
- Add check for df path for dvd_freespace
- Use df to get space used on DVD.
- Change sense of flag indicating erase DVD or not before writing.
- Fix bpipe so that it never modifies the result pointer.
- Replace more dev_name by print_name().
- Rewrite edit_device_codes_dev() so it does not overwrite the
  supplied buffer.
- Update printing of labels (for bls) so that critical information
  is printed (Job name and timestamp).
- Cleanup old spool files when starting the SD.
- Modify vss.cpp to allow C: as a path name.  Otherwise VSS
  doesn't work when only a drive name is given.
- Modify vss.c to eliminate double / in filenames.
- Update doc -- particularly the restore chapter.

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@2233 91ce42f0-d328-0410-95d8-f526ca767f89
17 files changed:
bacula/autoconf/configure.in
bacula/configure
bacula/kernstodo
bacula/kes-1.37
bacula/scripts/dvd-freespace.in
bacula/scripts/dvd-writepart.in
bacula/src/lib/bpipe.c
bacula/src/stored/bacula-sd.conf.in
bacula/src/stored/dev.c
bacula/src/stored/dvd.c
bacula/src/stored/label.c
bacula/src/stored/stored.c
bacula/src/version.h
bacula/src/win32/compat/compat.cpp
bacula/src/win32/compat/vss.cpp
bacula/src/win32/compat/vss.h
bacula/src/win32/compat/vss_generic.cpp