Imported Upstream version 2.4.4p3
[debian/amanda] / example / chg-scsi.conf
1
2 number_configs  2
3 eject           1       # Tapedrives need an eject command
4 sleep           5       # Seconds to wait until the tape gets ready
5 cleanmax        10      # How many times could a cleaning tape get used
6 changerdev      /dev/sch0
7 #
8 # Next comes the data for drive 0
9 #
10 config          0
11 drivenum        0
12 dev             /dev/tape0      # the device that is used for the tapedrive 0
13 startuse        0       # The slots associated with the drive 0
14 enduse          9       # 
15 statfile        /usr/local/etc/amanda/tape5-slot  # The file where the actual slot is stored
16 cleancart       20      # the slot where the cleaningcartridge for drive 0 is located
17 cleanfile       /usr/local/etc/amanda/tape0-clean # The file where the cleanings are recorded
18 usagecount      /usr/local/etc/amanda/backup/totaltime
19
20 # Next comes the data for drive 1
21
22 config          1
23 drivenum        1
24 dev             /dev/tape1      # the device that is used for the tapedrive 0
25 startuse        10      # The slots associated with the drive 0
26 enduse          19      # 
27 statfile        /usr/local/etc/amanda/tape1-slot  # The file where the actual slot is stored
28 cleancart       21      # the slot where the cleaningcartridge for drive 0 is located
29 cleanfile       /usr/local/etc/amanda/tape1-clean # The file where the cleanings are recorded
30 usagecount      /usr/local/etc/amanda/backup1/totaltime
31 #
32 # This is the end