readme

来自「网络数据管理协议的开发」· 代码 · 共 40 行

TXT
40
字号
#                              -*- Mode: Text -*- # README# # Description     : ndmpc test script directory.# # Copyright (c) 1996,1997 PDC, Network Appliance. All Rights Reserved.## $Id: README,v 1.5 1998/02/09 06:40:09 tim Exp $# This directory contains Tcl and expect scripts for driving ndmpc.The Tcl scripts source a common file for setting up system specificvariables. By default, this file is system.tcl. This can be changedvia the SYSTEM_SCRIPT environment variable.To run the a Tcl script:  ../ndmpc -f scriptThe expect scripts backup.exp and recover.exp use an argument to specifythe NDMP server(s) to connect to. The scripts source the file <hostname>.tclwhere hostname is the actual host name of the server.Script descriptions:config.tcl           exercises/tests the configuration interface requests.connect.tcl          exercises/tests the connection interface requests.notify.tcl           tests the add_notify_proc command. Demonstrates how to                     provide a Tcl function that will be called each time a                     notify requests is received.system.tcl           default system configuration. Sets the following defaults:                       authorization type and parameters.                       NDMP server host                       tape and scsi device names.                       filesystem to be backed up.                       restore destination directory.tape.tcl             exercises/tests the tape interface requests.backup.exp           exercises NDMP server backup functionality.recover.exp          exercises NDMP server recover functionality.

⌨️ 快捷键说明

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