Using the Backup-Archive Client


Chapter 9. Using Options With Commands

The client program includes a group of client command options that you can enter with specific commands only from the command line. You can also enter common options to override many of the options set in your client options file. Options are processed following this precedence (order):

  1. Options defined on the server with server-enforced client options. The client cannot override the value.
  2. Options entered locally on the command line.
  3. Options defined on the server for a schedule using the options parameters.
  4. Options entered locally in the options file.
  5. Options received from the server with client options not enforced by the server. The client can override the value.
  6. Default option values.

For a complete list of client command options, their descriptions, the commands with which you can use them, and the location in this book for more information, see Table 22. For a complete list of common options, see Chapter 8, "Setting Common Options".


Entering Options With a Command

Follow these general rules when you enter options with a command:


Table 22. Client Command Options

Command Option Description Commands Page
archmc Overrides the default management class for a file or a group of files. Archive Archmc
deletefiles Deletes the local copy of files from your workstation after they are archived on the server.
Archive

Deletefiles
description Specifies a description for a file that you are archiving, deleting, or retrieving. Also specifies the description of a backupset that you want to restore or query.
Archive
Delete Archive
Query Archive
Query Backupset
Restore Backupset
Retrieve

Description
detail Displays management class attributes for available management classes. Query Mgmtclass Detail
dirsonly Backs up, restores, archives, retrieves, or displays directories only.
Archive
Incremental
Query Archive
Query Backup
Restore
Retrieve
Selective

Dirsonly
filesonly Backs up, restores, retrieves, or displays files only.
Incremental
Query Archive
Query Backup
Restore
Retrieve
Selective

Filesonly
fromdate Sets a date limit for files. Tivoli Storage Manager does not include files processed before this date when it processes the command, although older directories might be included.
Query Archive
Query Backup
Restore
Retrieve

Fromdate
fromnode Displays file spaces for an alternate node. Also specifies an alternate node from which to restore or retrieve files.
Query Archive
Query Backup
Query Filespace
Query Mgmtclass
Restore
Retrieve

Fromnode
fromtime Specifies a beginning time on the specified date. Use with the fromdate option. This option is ignored if the fromdate option is absent.
Query Archive
Query Backup
Restore
Retrieve

Fromtime
ifnewer Replaces existing files with the latest backup version only if the backup version is newer than the existing version.
Restore
Retrieve

Ifnewer
inactive Processes inactive backup versions of files.
Query Backup
Restore

Inactive
incrbydate Requests an incremental backup by date. Incremental Incrbydate
latest Restores the most recent backup version of a file whether it is active or inactive. Restore Latest
location Specifies whether to locate backup sets on the server or in local files.
Query Backupset
Restore Backupset

Location
noprompt Suppresses the confirmation prompt when deleting an archived file. Delete Archive Noprompt
pick Displays a list of files from which you can select files to delete, restore, or retrieve.
Delete Archive
Restore
Retrieve

Pick
pitdate Specifies the file backup date to use when Tivoli Storage Manager selects files to restore. Use with the pittime option.
Query Backup
Restore

Pitdate
pittime Specifies a point in time on the specified date. Use with the pitdate option. This option is ignored if the pitdate option is absent.
Query Backup
Restore

Pittime
preservepath Specifies how the restore directory path is built.
Restore
Retrieve

Preservepath
todate Sets a date limit for files. Tivoli Storage Manager does not include files that are processed after this date. Use with the totime option.
Query Archive
Query Backup
Restore
Retrieve

Todate
totime Specifies an ending time on the specified date. Use with the todate option. This option is ignored if the todate option is absent.
Query Archive
Query Backup
Restore
Retrieve

Totime
volinformation Backs up or restores volume restrictions, such as volume or disk space restrictions and trustee directory assignments for the root directory of a volume.
Archive
Incremental
Restore
Retrieve
Selective

Volinformation

Archmc

The archmc option specifies the available management class for a file or a group of files in the active policy set of your policy domain to which you want to bind your archived files.

Syntax

>>-ARCHMc- managementclass-------------------------------------><
 

Parameters

managementclass
Specifies an available management class in the active policy set of your policy domain. This management class overrides the default management class for the files you are archiving.

Examples

Command line:
load dsmc archive -archmc=ret2yrs t3\sys:plan/proj1/budget.jan

Deletefiles

The deletefiles option can be used with the archive command to delete archived files from your workstation after they are archived on the server.

Syntax

>>-DELetefiles-------------------------------------------------><
 

Parameters

There are no parameters for this option.

Examples

Command line:
load dsmc archive small:\testdir\* -deletefiles

Description

The description option assigns or specifies a description for files on which you are performing archive, delete, retrieve, or query archive functions. You can also use this option to specify the description of a backup set that you want to restore or query. For example, if you want to archive a file named budget.jan and assign to it the description 1998 Budget for Proj 1, you would enter:

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

Syntax

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

Parameters

description
Assigns a description to the file you are archiving. If a description is not provided, 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 is assigned to each of the files. For example, to archive a group of files and assign the same description, Project X, to each file, you would enter:

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

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

Examples

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

Detail

The detail option displays detailed information about each management class in your active policy set. If you do not use the detail option, only the management class name and a brief description are displayed. If you specify the detail option, information is displayed about attributes in each copy group contained in each management class. A management class can contain a backup copy group, an archive copy group, both, or neither.

Syntax

>>-DETail------------------------------------------------------><
 

Parameters

There are no parameters for this option.

Examples

Command line:
load dsmc query mgmtclass -detail

Dirsonly

The dirsonly option processes directories only. Files are not processed.

Syntax

>>-DIrsonly----------------------------------------------------><
 

Parameters

There are no parameters for this option.

Examples

Command line:
load dsmc query backup -dirsonly sys:*

Filesonly

The filesonly option processes files only. Directories are not processed. When the filesonly option is used with either the restore or retrieve command, directories are not sent from the server. However, directories with default attributes are created, if required, as placeholders for files that are being restored or retrieved.

Syntax

>>-FILESOnly---------------------------------------------------><
 

Parameters

There are no parameters for this option.

Examples

Command line:
load dsmc incremental -filesonly sys:*

Fromdate

The fromdate option specifies a date from which you want to search for backed up or archived files. Files that were backed up or archived before this date are not included, although older directories might be included, if necessary, to restore or retrieve the files.

Syntax

>>-FROMDate- date----------------------------------------------><
 

Parameters

date
Specifies the date from which you want to search for backup copies or archived files. Enter the date in the format you selected with the dateformat option.

When you include dateformat with a command, it must precede the fromdate, pitdate, and todate options.

Examples

Command line:
load dsmc query backup -fromdate=12/11/1998

Fromnode

The fromnode option permits one node to perform commands for another node. A user on another node must use the set access command to permit you to query, list, restore, or retrieve files for that other node.

Syntax

>>-FROMNode- node----------------------------------------------><
 

Parameters

node
Specifies the node name on a workstation or a file server whose backup copies or archived files you want to access.

Examples

Command line:
load dsmc query archive -fromnode=bob -subdir=yes sys:*

Fromtime

The fromtime option, used with the fromdate option, specifies a beginning time. This option is ignored if the fromdate option is not specified.

Syntax

>>-FROMTime- time----------------------------------------------><
 

Parameters

time
Specifies a beginning time on a specific date. If you do not specify a time, the time defaults to 23:59:59. Specify the time in the format you selected with the timeformat option.

When you include the timeformat option in a command, it must precede the fromtime, pittime, and totime options.

Examples

Command line:
load dsmc q b -fromt=11:59AM -fromd=06/30/99 -tot=11:59PM -tod=06/30/99

Ifnewer

The ifnewer option replaces an existing file with the backup if the backup is newer than the existing file. Only active backups are considered unless you also use the inactive or latest options.

Note:This option is ignored if the replace option is set to No.

Syntax

>>-IFNewer-----------------------------------------------------><
 

Parameters

There are no parameters for this option.

Examples

Command line:
load dsmc restore -ifnewer sys:u/id/projb/

Inactive

The inactive option is used with the restore and query backup commands, and the pick option, to display active and inactive objects.

You can also use the pick option to display backup versions, archive copies, and images that match the file specification you enter.

Only active backups are considered unless you also use either the inactive or the latest option.

Syntax

>>-INActive----------------------------------------------------><
 

Parameters

There are no parameters for this option.

Examples

Command line:
load dsmc restore -inactive sys:u/id/projecta/

Incrbydate

Important:Run a complete incremental backup periodically without the incrbydate option. For example, perform an incremental-by-date backup on weekdays. Then, on weekends when there is more time, perform a full incremental backup. See the limitations listed below.

The incrbydate option performs an alternate method of incremental backup that is faster, but not as complete, when you use it with the incremental command. Files are backed up only if the file modification date is later than the date and time of the last incremental backup of the entire file system in which the file resides.

If you use the incremental command without this option, the client program queries the server for a list of file attributes for all active files that are currently stored on the server. This information determines which files to back up.

If you use the incremental command with this option on part of a file system, the date of the last incremental backup is not updated and a second incremental by date backup will back up the files again.

The following list describes limitations of the incrbydate option:

Syntax

>>-INCRbydate--------------------------------------------------><
 

Parameters

There are no parameters for this option.

Examples

Command line:
load dsmc incremental -incrbydate

Latest

The latest option restores the most recently backed up version of a file, even if the backup is inactive. Only active versions are considered for a restore unless you use either the inactive or the latest option.

Syntax

>>-LATest------------------------------------------------------><
 

Parameters

There are no parameters for this option.

Examples

Command line:
load dsmc restore -latest sys:u/devel/projecta/

Location

The location option specifies where TSM searches for the backup set for a query or restore operation. You can use this option to locate backup sets on the server or local files.

Syntax

            .-server--.
>>-LOCation-+---------+----------------------------------------><
            '-file----'
 

Parameters

server
Specifies that TSM searches for the backup set on the server. This is the default.

file
Specifies that TSM searches for the backup set on a local file.

Examples

Command line:
load dsmc restore backupset mybackupsetname 
-loc=server 

Noprompt

Use this option with caution.

The noprompt option suppresses the confirmation prompt that normally appears before an archived file is deleted. Using this option can speed up the delete procedure. However, it also increases the danger of accidentally deleting an archived file that you wanted to save.

Syntax

>>-NOPrompt----------------------------------------------------><
 

Parameters

There are no parameters for this option.

Examples

Command line:
load dsmc delete archive sys:\test\* -noprompt

Pick

The pick option displays a list of backup versions or archive copies that match the file specification you enter. From the list, you can select the versions to process. Select the inactive option to view both active and inactive objects.

Syntax

>>-PIck--------------------------------------------------------><
 

Parameters

There are no parameters for this option.

Examples

Command line:
load dsmc restore sys:project/* -pick -inactive

Pitdate

The pitdate option, used with the pittime option, establishes a point in time for which you want to display or restore the latest version of your backups. Files that were backed up on or before the date and time you specified, and which were not deleted before the date and time you specified, are processed. Backup versions that you create after this date and time are ignored.

Syntax

>>-PITDate- date-----------------------------------------------><
 

Parameters

date
Specifies the appropriate date. Enter the date in the format you selected with the dateformat option.

When you include dateformat with a command, it must precede the fromdate, pitdate, and todate options.

Examples

Command line:
load dsmc restore sys:\test\* -pitdate=08/01/1998

Pittime

The pittime option, used with the pitdate option, establishes a point in time for which you want to display or restore the latest version of your backups. Files that were backed up on or before the date and time you specified, and which were not deleted before the date and time you specified, are processed. Backup versions that you create after this date and time are ignored. This option is ignored if the pitdate option is not specified.

Syntax

>>-PITTime- time-----------------------------------------------><
 

Parameters

time
Specifies a time on a specified date. If you do not specify a time, the time defaults to 23:59:59. Specify the time in the format you selected with the timeformat option.

When you include the timeformat option in a command, it must precede the fromtime, pittime, and totime options.

Examples

Command line:
load dsmc query backup sys:\test\* -pittime=06:00:00 -pitdate=08/01/1998

Preservepath

The preservepath option specifies how much of the source path to reproduce as part of the target directory path when you restore files to a new location. Use the -subdir=yes option setting to include the entire subtree of the source directory (directories and files below the lowest-level source directory) as source to be restored. If a required target directory does not exist, it is created. If a target file has the same name as a source file, it is overwritten. Use the -replace=prompt option setting to have Tivoli Storage Manager prompt you before files are overwritten.

Syntax

                .-subtree--.
>>-PRESERvepath-+----------+-----------------------------------><
                +-complete-+
                +-nobase---+
                '-none-----'
 

Parameters

subtree
Creates the lowest-level source directory as a subdirectory of the target directory. Files from the source directory are stored in the new subdirectory. This is the default.

complete
Restores the entire path, starting from the root, into the specified directory. The entire path includes all the directories except the file space name.

nobase
Restores the contents of the source directory without the lowest level, or base, directory into the specified destination directory.

none
Restores all selected source files to the target directory. No part of the source path at or above the source directory is reproduced at the target.

If you specify subdir=yes, all files in the source directories are restored to the single target directory.

Examples

Command line:
For the examples below, assume the server file space contains the following backup copies:
sys:h1/m1/file.a
sys:h1/m1/file.b
sys:h1/m1/l1/file.x
sys:h1/m1/l1/file.y

Table 23. Preservepath Examples

This command: Restores these directories and files:
load dsmc res sys:h1/m1/ sys:ann/ -preservep=complete
sys:ann/h1/m1/file.a
sys:ann/h1/m1/file.b

load dsmc res sys:h1/m1/ sys:ann/ -preservep=nobase
sys:ann/file.a
sys:ann/file.b

load dsmc res sys:h1/m1/ sys:ann/ -preservep=subtree
sys:ann/m1/file.a
sys:ann/m1/file.b

load dsmc res sys:h1/m1/ sys:ann/ -preservep=none
sys:ann/file.a
sys:ann/file.b

load dsmc res sys:h1/m1/ sys:ann/ -su=yes -preservep=complete
sys:ann/h1/m1/file.a
sys:ann/h1/m1/file.b
sys:ann/h1/m1/l1/file.x
sys:ann/h1/m1/l1/file.y

load dsmc res sys:h1/m1/ sys:ann/ -su=yes -preservep=nobase
sys:ann/file.a
sys:ann/file.b
sys:ann/l1/file.x
sys:ann/l1/file.y

load dsmc res sys:h1/m1/ sys:ann/ -su=yes -preservep=subtree
sys:ann/m1/file.a
sys:ann/m1/file.b
sys:ann/m1/l1/file.x
sys:ann/m1/l1/file.y

load dsmc res sys:h1/m1/ sys:ann/ -su=yes -preservep=none
sys:ann/file.a
sys:ann/file.b
sys:ann/file.x
sys:ann/file.y

Todate

The todate option, used with the totime option, specifies an ending date and time. For example, you might request a list of files that were backed up before 11:59 PM on June 30, 1998.

Use the todate and totime options with the fromtime and fromdate options to request a list of backed up or archived files within a period of time. For example, you might request a list of files that were backed up between 6:00 AM on July 1, 1998 and 11:59 PM on July 30, 1998.

Syntax

>>-TODate- date------------------------------------------------><
 

Parameters

date
Specifies an ending date. Enter the date in the format you selected with the dateformat option.

When you include dateformat with a command, it must precede the fromdate, pitdate, and todate options.

Examples

Command line:
load dsmc restore sys:\test\* -todate=12/11/1998

Totime

The totime option, used with the todate option, specifies an ending time on a specified date. For example, you might request a list of files that were backed up before 11:59 PM on June 30, 1998. This option is ignored if the todate option is not specified.

Use the totime and todate options with the fromtime and fromdate options to request a list of files that were backed up within a period of time. For example, you might request a list of files that were backed up between 6:00 AM on July 1, 1998 and 11:59 PM on July 30, 1998.

Syntax

>>-TOTime- time------------------------------------------------><
 

Parameters

time
Specifies an ending time. If you do not specify a time, the time defaults to 23:59:59. Specify the time in the format you selected with the timeformat option.

When you include the timeformat option in a command, it must precede the fromtime, pittime, and totime options.

Examples

Command line:
load dsmc restore sys:\test\* -totime=23:00:00 -todate=09/17/1998

Volinformation

The volinformation option backs up or archives root-level information. For the NetWare file server, volinformation handles volume restrictions and volume root-level trustee information.

For NetWare directory services, volinformation handles the [root] container and NDS schema.

Specify volinformation either with the selective or the archive command, or any incremental command that does not target the entire volume. Entering the incremental command on an entire volume implicitly backs up the root-level information.

Do not use the volinformation option with the restore or the retrieve command; the root-level information is restored or retrieved implicitly.

Syntax

>>-VOLinformation----------------------------------------------><
 

Parameters

There are no parameters for this option.

Examples

Command line:
load dsmc selective sys:system\*.nlm -vol

The following examples send the root-level information to the server:

   load dsmc sel sys: -vol
   load dsmc arch sys: -vol
   load dsmc incr sys:system -vol
   load dsmc incr sys: (implied)
   load dsmc sel dir -vol
   load dsmc arch dir -vol
   load dsmc incr dir:..o=adsm -vol
   load dsmc incr dir (implied)   

The following commands send the root-level information from the server:

   load dsmc restore sys:* -sub=yes
   load dsmc retrieve sys:* -sub=yes
   load dsmc restore dir.* -sub=yes
   load dsmc retrieve dir.* -sub=yes 


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