amanda-tape-changer.conf.in

来自「开源备份软件源码 AMANDA, the Advanced Marylan」· IN 代码 · 共 48 行

IN
48
字号
org "@DEFAULT_CONFIG@"	# your organization name for reportsmailto "@CLIENT_LOGIN@"	# space separated list of operators at your sitedumpcycle 1 week	# the number of days in the normal dump cyclerunspercycle 5          # the number of amdump runs in dumpcycle days			# (1 week * 5 amdump runs per week -- just weekdays)tapecycle 10 tapes	# the number of tapes in rotation			# 1 week (dumpcycle) times 5 tapes per week (just			# the weekdays) plus a few to handle errors that			# need amflush and so we do not overwrite the full			# backups performed at the beginning of the previous			# cycleruntapes 1		# number of tapes to be used in a single run of amdumptpchanger "chg-zd-mtx"	# the tape-changer glue scripttapedev "tape:/dev/nst0"	# the no-rewind tape device to be usedchangerfile "@CONFIG_DIR@/@DEFAULT_CONFIG@/changer.conf" changerdev "/dev/sg1"tapetype HP-DAT			# what kind of tape it is (see tapetypes below)holdingdisk hd2 {    directory "/var/lib/amanda/holdings/@DEFAULT_CONFIG@"    use 1000 Mb    }labelstr "^@DEFAULT_CONFIG@-[0-9][0-9]*$"	# label constraint regex: all tapes must matchdtimeout 1800		# number of idle seconds before a dump is aborted.ctimeout 30		# maximum number of seconds that amcheck waits			# for each client hostetimeout 300		# number of seconds per filesystem for estimates.define dumptype global {        comment "Global definitions"        auth "bsdtcp"}define dumptype gui-base {        global        program "GNUTAR"        comment "gui base dumptype dumped with tar"        compress none        index yes}includefile "./advanced.conf"includefile "@CONFIG_DIR@/template.d/dumptypes"includefile "@CONFIG_DIR@/template.d/tapetypes"

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?