]> git.sur5r.net Git - bacula/rescue/commit
- Add Version, ConfigDir, and WorkingDir as Python attributes
authorKern Sibbald <kern@sibbald.com>
Wed, 22 Jun 2005 19:12:20 +0000 (19:12 +0000)
committerKern Sibbald <kern@sibbald.com>
Wed, 22 Jun 2005 19:12:20 +0000 (19:12 +0000)
commit644d42d119888a23aadd05e48356402052d4893e
tree14d1bdce20f4b8d97e7cf5bdf01d62cf45efa97b
parentb137e8e1aca9bc73d64ba94a0bfd2455c782a1cc
- Add Version, ConfigDir, and WorkingDir as Python attributes
  in the Director.
- Implement code (principally for Win32) that on failure to
  create a file, it will cd into the directory and attempt
  to create the file using a relative path. This avoids creating
  files with paths which fail on Win32.
- Fix parsing of times and sizes with decimal numbers.
- Make free_volume_list() in SD work if vol list is not
  initialized (./bacula-sd -t).