Tivoli Header

Tivoli Storage Manager for NetWare Backup-Archive Client Installation and User's Guide

Macro

The macro command executes a series of commands that you specify in a macro file. By including the macro command within a macro file, you can nest as many as ten levels of commands.

Comment lines are not supported within the macro file that you specify for the macro command.

Syntax

>>-MAcro- macroname--------------------------------------------><
 
 

Parameters

macroname
Specifies the fully qualified name of the file containing the commands.

Examples

The following is an example of how to use the macro command.

Task
Selectively back up files in the following directories:
sys:project/proja
sys:project/projb
sys:project/projc

Command: macro sys:tsm/backabc.mac

where backabc.mac contains the following statements:

 sel sys:devel/project/proja/*
 sel sys:devel/project/projb/*
 sel sys:devel/project/projc/*


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]