chg-scsi.conf
来自「开源备份软件源码 AMANDA, the Advanced Marylan」· CONF 代码 · 共 33 行
CONF
33 行
number_configs 2eject 1 # Tapedrives need an eject commandsleep 5 # Seconds to wait until the tape gets readycleanmax 10 # How many times could a cleaning tape get usedchangerdev /dev/sch0## Next comes the data for drive 0#config 0drivenum 0dev /dev/tape0 # the device that is used for the tapedrive 0startuse 0 # The slots associated with the drive 0enduse 9 # statfile /usr/local/etc/amanda/tape5-slot # The file where the actual slot is storedcleancart 20 # the slot where the cleaningcartridge for drive 0 is locatedcleanfile /usr/local/etc/amanda/tape0-clean # The file where the cleanings are recordedusagecount /usr/local/etc/amanda/backup/totaltime# Next comes the data for drive 1config 1drivenum 1dev /dev/tape1 # the device that is used for the tapedrive 0startuse 10 # The slots associated with the drive 0enduse 19 # statfile /usr/local/etc/amanda/tape1-slot # The file where the actual slot is storedcleancart 21 # the slot where the cleaningcartridge for drive 0 is locatedcleanfile /usr/local/etc/amanda/tape1-clean # The file where the cleanings are recordedusagecount /usr/local/etc/amanda/backup1/totaltime## This is the end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?