]> git.sur5r.net Git - bacula/docs/blob - docs/techlogs/2002/kes17Jul02
Merge remote branch 'sf/master'
[bacula/docs] / docs / techlogs / 2002 / kes17Jul02
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.