]> git.sur5r.net Git - bacula/docs/blob - docs/techlogs/2002/kes18Jul02
Merge remote branch 'sf/master'
[bacula/docs] / docs / techlogs / 2002 / kes18Jul02
1               Technical notes on version 1.23 18Jul02
2                       18 July 2002
3                       Kern Sibbald
4
5 General:
6 - The following two changes were prompted by questions/suggestions
7   from A Morgan.
8
9 Changes submitted this submission:
10 - If you have "AlwaysOpen = no" in your SD Device
11   resource, Bacula will free() the drive when it
12   is finished with the Job.
13 - If you have "Offline On Unmount = yes", in your
14   SD Device resource, Bacula will offline (or eject)
15   the tape prior to freeing it.
16 - Added Maximum Open Wait to allow open() to wait if drive is busy.
17 - Added RunBeforeJob and RunAfterJob records to Job records.
18   This permits running an external program with the following editing
19   codes:
20     %% = %
21     %c = Client's name
22     %d = Director's name
23     %i = JobId
24     %e = Job Exit
25     %j = Job
26     %l = Job Level
27     %n = Job name
28     %t = Job type
29