]> git.sur5r.net Git - bacula/docs/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)
commit20ee58313ef91a9b73af4a878bafe7749ad53f77
tree6cff538c7633c0f257783d02fe95c3e0314e3c26
parent2e2280bc5329e5edbdd5e34873ac5f17c666c23a
- 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).