~ubuntu-branches/ubuntu/trusty/bacula-doc/trusty

« back to all changes in this revision

Viewing changes to techlogs/2002/kes18Jul02

  • Committer: Bazaar Package Importer
  • Author(s): John Goerzen
  • Date: 2006-08-15 09:44:08 UTC
  • Revision ID: james.westby@ubuntu.com-20060815094408-1kvvfls2hs3d9uw8
Tags: upstream-1.38.11.1
ImportĀ upstreamĀ versionĀ 1.38.11.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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