amanda-client.conf

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

CONF
25
字号
## amanda.conf - sample Amanda client configuration file.## This file normally goes in /tmp/buildslave-9991/mktarball/build/prefix/etc/amanda/amanda-client.conf.#conf "DailySet1"		# your config nameindex_server "narasimhan"	# your amindexd servertape_server  "narasimhan"	# your amidxtaped server#tapedev      "tape:/dev/YOUR-TAPE-DEVICE-HERE"	# your tape device			# if not set, Use configure or ask server.			# if set to empty string "", ask server			# amrecover will use the changer if set to the value			# of 'amrecover_changer' in the server amanda.conf.#   auth	- authentication scheme to use between server and client.#		  Valid values are "bsd", "bsdudp", "bsdtcp", "krb5", "local",#		  "rsh" and "ssh".  #		  Default: [auth "bsdtcp"]auth "bsdtcp"ssh_keys ""			# your ssh keys file if you use ssh auth

⌨️ 快捷键说明

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