Description
The description option assigns or specifies a description for files when performing archive, delete archive, retrieve, query archive, or query backupset.
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="2003 Budget for Proj 1" /home/plan/
proj1/budget.jan
dsmc archive –des="2003 Budget for Proj 1" c:\plan\proj1\
budget.jan
Note:
- The maximum length of a description is 254 characters.
- Enclose the value in quotation marks (
" "
) if the option value that you enter contains a blank space.
Use the description option with the following commands:
- archive
- delete archive
- query archive
- query backupset
- retrieve
Supported Clients
This option is valid for all clients. The IBM Spectrum® Protect API does not support this option.
Syntax
Parameters
- description
- Assigns a description to the file you are archiving. If you do
not specify a description with the archive command,
the default is Archive Date:x, where x is
the current system date. Note that the date is always 10 characters
long. If your date format uses a two digit year, there are two blank
spaces at the end of the date. For example, a default description
using a four-digit year might be "Archive Date: 2002/05/03",
and the same default with a two-digit year might be
"Archive Date: 02/05/03 "
(note the two spaces at the end). When retrieving files using the two-digit year description, you can enter the -description option string in either of the following ways:-description="ArchiveDate: 02/05/03 " or -description="ArchiveDate: 02/05/03*"
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" "/Users/van/Documents/*.x"
dsmc archive –description="Project X" "/home/allproj/.*"
dsmc archive –description="Project X" c:\allproj\*.x
You can then use the description to retrieve all of the files.
Examples
- Command line:
-
dsmc archive "/Users/van/Documents/*.prj" -des="2003 Budget for Proj 1"
dsmc archive "/home/foo/*.prj" –des="2003 Budget for Proj 1" dsmc query backupset –loc=server –descr="My Laptop"
dsmc archive –des="2003 Budget for Proj 1" c:\foo\ *.prj