~ubuntu-branches/ubuntu/gutsy/bacula-doc/gutsy

« back to all changes in this revision

Viewing changes to techlogs/2002/kes17Jul02

  • 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 16Jul02
 
2
                      17 July 2002
 
3
                      Kern Sibbald
 
4
 
 
5
General:
 
6
- Added support for autoloaders
 
7
 
 
8
Changes submitted this submission:
 
9
- Added changer support to devices.c
 
10
- Allow user to change Slot in the Volume record.
 
11
- Implemented code in lib to run an external program
 
12
  (tape changer)
 
13
- Implemented a changer script for mtx.
 
14
- Currently the changer commands used are:  
 
15
    loaded -- returns number of slot loaded or 0
 
16
    load   -- loads a specified slot
 
17
    unload -- unloads the device (returns casette to slot)
 
18
- Other changer commands defined but not yet used:
 
19
    list   -- returns list of slots containing a cassette
 
20
    slots  -- returns total number of slots 
 
21
- Implemented ChangerCommand, specified in the SD Device
 
22
  resource, permits editing of:
 
23
      %% = %
 
24
      %a = archive device name
 
25
      %c = changer device name
 
26
      %f = Client's name
 
27
      %j = Job name
 
28
      %o = command
 
29
      %s = Slot base 0
 
30
      %S = Slot base 1
 
31
      %v = Volume name
 
32
- Implemented ChangerTimeout default 60 seconds. It is 
 
33
  specified in the SD Device resource.