Tivoli Header

Tivoli Storage Manager for Windows Backup-Archive Clients 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.

Supported Clients

This command is valid for all Windows clients.

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:
c:\devel\project\proja
c:\devel\project\projb
c:\devel\project\projc

Command: macro backabc.mac

where backabc.mac contains the following statements:

 selective c:\devel\project\proja\*.*
 selective c:\devel\project\projb\*.*
 selective c:\devel\project\projc\*.*


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