Tivoli Header

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

Description

The description option assigns or specifies a description for files when performing archive, delete, retrieve, or query archive operations. For example, if you want to archive a file named budget.jan and assign to it the description 2002 Budget for Proj 1, you would enter:

   dsmc archive -des="2002 Budget for Proj 1" t3\sys:plan/
   proj1/budget.jan

You can also use this option to specify the description of a backup set that you want to query.

Note:
The Tivoli Storage Manager Client API does not support this option.

Syntax

>>-DEScription- description------------------------------------><
 
 

Parameters

description
Assigns a description to the file you are archiving. If you do not specify a description, the default is archive date:x, where x is the current system date.

If you use the archive command to archive more than one file, the description you enter applies to each file. For example, to archive a group of files and assign the same description, Project X, to each file, you would enter:

   dsmc archive -description="Project x" 
   t3\sys:allproj/*.x

You can then use the description to retrieve all of the files.

Examples

Command line:
dsmc archive -des="2002 Budget  for Proj 1"


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