X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=man%2Fxml-source%2Famanda-changers.7.xml;h=1520f278b47b60a902f29d1b1d7a478ad308dc86;hb=cd0b924f27312d57bd42f6c4fae2b795139e2d0b;hp=4827e08113970ff7f3070e5834087867744135f7;hpb=011a59f5a54864108a16af570a6b287410597cc2;p=debian%2Famanda diff --git a/man/xml-source/amanda-changers.7.xml b/man/xml-source/amanda-changers.7.xml index 4827e08..1520f27 100644 --- a/man/xml-source/amanda-changers.7.xml +++ b/man/xml-source/amanda-changers.7.xml @@ -134,9 +134,42 @@ specified by an alias, then properties from that definition applied. This section lists the changer drivers included with Amanda, and basic instructions for using them. For complete How-To information, consult the Amanda wiki at http://wiki.zmanda.com. +chg-aggregate:changer (new) + +define changer robot0 { + tpchanger "chg-robot:/dev/sg0" + property "tape-device" "0=tape:/dev/rmt/0" "1=tape:/dev/rmt/1" +} +define changer robot1 { + tpchanger "chg-robot:/dev/sg1" + property "tape-device" "0=tape:/dev/rmt/2" "1=tape:/dev/rmt/3" +} +define changer single { + tpchanger "chg-single:/dev/rmt/4" +} +define changer aggregate { + tpchanger "chg-aggregate:{robot0,robot1,single}" + property "state-filename" "/etc/amanda/CONF/aggregate.state" + +} +tpchanger "aggregate" + + +This changer driver allow to use two or more changers or standalone +drive in sequence. + + + chg-disk:VTAPEROOT (new) -tpchanger "chg-disk:/u01/vtapes" +tpchanger "chg-disk:/var/mnt/vtapes" +property "num-slot" "10" +property "auto-create-slot" "yes" +property "removable" "yes" +property "mount" "yes" +property "umount" "yes" +property "umount-lockfile" "/etc/amanda/conf/vtapes-lock" +property "umount-idle" "1" This changer driver replaces the old chg-disk, @@ -149,6 +182,45 @@ supporting parallel access to vtapes stored in directories named file:VTAPEROOT. This is useful for the command line. +Properties + + + + +AUTO-CREATE-SLOT +If a slotN directory in the range 1 to NUM-SLOT does not already exist, and this property is true, then the changer will create the directory. + + +MOUNT +If this property is true, the changer try to mount the removable disk if nothing is mounted. The system must be configured to allow the amanda user to mount it. + + +NUM-SLOT +The minimum number of slots in the changer, where the first slot is slot1. If additional slot directories exist, they will also be used. + + +REMOVABLE +If this property is true, then the changer will verify that the changer +directory (e.g., /var/mnt/vtapes) is on a different +filesystem from its parent directory (e.g., /var/mnt). +This is useful for removable disks, as it will prevent Amanda from creating +slot directories when the removable disk is not mounted. + + +UMOUNT +If this property is true, the changer try to umount the removable disk when it exit. The system must be configured to allow the amanda user to umount it. + + +UMOUNT-LOCKFILE +If UMOUNT is set, it require a lockfile outside of the mount point to prevent race. + + +UMOUNT-IDLE +If set, the changer try to umount the removable disk when it is not in use. The umount-idle value is a delay in second to wait before doing the umount. A value >= 1 is required to prevent useless mount/umount. + + + + chg-disk (old)