IBM Tivoli Storage Manager, Version 7.1

Expire

The expire command Deactivates the backup objects that you specify in the file specification or with the filelist option. You can specify an individual file to expire, or a file that contains a list of files to expire. If OBJTYPE=VM, this command Deactivates the current backup for a virtual machine.

When you are working in interactive mode, a prompt notifies you before files are expired.

The expire command does not remove workstation files. If you expire a file or directory that still exists on your workstation, the file or directory is backed up again during the next incremental backup unless you exclude the object from backup processing.

If you expire a directory that contains active files, those files are not displayed in a subsequent query from the GUI. However, these files are displayed on the command line, if you specify the correct query with a wildcard character for the directory.

AIX operating systems HP-UX operating systems Linux operating systems Oracle Solaris operating systems Mac OS X operating systems Note: Because the expire command changes the server picture of the client file system without actually changing the client file system, the expire command is not allowed on files that are located on a file system that is monitored by the Tivoli® Storage Manager journal daemon.
Windows operating systems Note: Because the expire command changes the server picture of the client file system without actually changing the client file system, the expire command is not allowed on files that are located on a file system that is monitored by the Tivoli Storage Manager journal service.
AIX operating systems HP-UX operating systems Linux operating systems Mac OS X operating systems Oracle Solaris operating systems Windows operating systems

Supported Clients

This command is valid for all clients.

Syntax

Read syntax diagramSkip visual syntax diagram
              .-OBJTYPE=FILE-- --filespec-.                              
>>-EXPire-- --+---------------------------+--+-----------------------+-->
                                             '-OBJTYPE=VM-- --vmname-'   

>--+---------+-------------------------------------------------><
   '-options-'   

Parameters

OBJTYPE=FILE filespec
Specifies a path and a file name that you want to expire. You can enter only one file specification on this command. However, you can use wildcards to select a group of files or all the files in a directory. If you specify the filelist option, the filespec designation is ignored.
OBJTYPE=VM vmname
vmname specifies the name of a virtual machine. The active backup for the specified virtual machine is expired. The virtual machine name cannot contain wildcard characters.

When objtype=VM is specified, the expire command expires only full VM backups (MODE=FULL or MODE=IFFULL) for the virtual machine that is specified on the vmname parameter.

Table 1. Expire command: Related options
Option Where to use
Windows operating systems dateformat Client options file (dsm.opt) or command line.
AIX operating systems HP-UX operating systems Linux operating systems Oracle Solaris operating systems Mac OS X operating systems dateformat Client user-options file (dsm.opt) or command line.
filelist Command line only.
noprompt Command line only.
Windows operating systems numberformat Client options file (dsm.opt) or command line.
AIX operating systems HP-UX operating systems Linux operating systems Oracle Solaris operating systems Mac OS X operating systems numberformat Client user-options file (dsm.opt) or command line.
pick Command line only.
Windows operating systems timeformat Client options file (dsm.opt) or command line.
AIX operating systems HP-UX operating systems Linux operating systems Oracle Solaris operating systems Mac OS X operating systems timeformat Client user-options file (dsm.opt) or command line.

Examples

AIX operating systems HP-UX operating systems Linux operating systems Oracle Solaris operating systems Mac OS X operating systems Task
Deactivate the letter1.txt file in the home directory.

Command: expire "/home/letter1.txt"

Windows operating systems Task
Deactivate the letter1.txt file in the home directory.

Command: expire c:\home\letter1.txt

AIX operating systems HP-UX operating systems Linux operating systems Oracle Solaris operating systems Mac OS X operating systems Task
Deactivate all files in the /admin/mydir directory.

Command: expire /admin/mydir/*

Windows operating systems Task
Deactivate all files in the admin\mydir directory.

Command: expire c:\admin\mydir\*

AIX operating systems HP-UX operating systems Linux operating systems Oracle Solaris operating systems Mac OS X operating systems Task
Deactivate all files that are named in the /home/avi/filelist.txt file.

Command: expire -filelist=/home/avi/filelist.txt

Windows operating systems Task
Deactivate all files that are named in the c:\avi\filelist.txt file.

Command: expire -filelist=c:\avi\filelist.txt

Windows operating systems Task
Deactivate the current backup of the virtual machine named vm_test.

Command: expire –objtype=VM vm_test



Feedback