#                              -*- 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 specific
variables. By default, this file is system.tcl. This can be changed
via the SYSTEM_SCRIPT environment variable.

To run the a Tcl script:
  ../ndmpc -f script

The expect scripts backup.exp and recover.exp use an argument to specify
the NDMP server(s) to connect to. The scripts source the file <hostname>.tcl
where 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.
