Tivoli Header
Tivoli Storage Manager for NetWare Backup-Archive Client Installation and User's Guide
The subdir option specifies whether you want to include
subdirectories of named directories for processing on the following
commands:
- archive
- delete archive
- incremental (if the file specification is not a domain)
- query archive
- query backup
- query backupset
- restore
- restore backupset
- retrieve
- selective
For example, if you specify subdir=yes when backing
up a specific path and file, Tivoli Storage Manager recursively backs up
all subdirectories under that path, and any instances of the
specified file that exist under any of those subdirectories.
Notes:
- The Tivoli Storage Manager Client API does not support this option.
- The server can also define this option.
Options File
Place this option in the client options file
dsm.opt.
Syntax
.-No--.
>>-SUbdir-+-----+----------------------------------------------><
'-Yes-'
Parameters
- No
- Subdirectories are not processed. This is the default.
- Yes
- Subdirectories are processed. Because the client program searches
all subdirectories of a directory that is being processed, processing can take
longer to complete. Specify Yes only when necessary.
- Note:
- If you use the preservepath option in addition to
subdir=yes, it can affect which subdirectories are
processed. For more information, see Preservepath.
Examples
- Options file:
- subdir no
- Command line:
-
To restore the structure:
/path2/dir1
/path2/dir1/file1
/path2/dir1/dir2
/path2/dir1/dir2/file1
enter any of the following commands:
dsmc rest sys:path/nds1/* sys:path2/ -su=y
dsmc rest sys:path/nds1/file* sys:path2/ -su=y
dsmc rest sys:path/nds1/file1* sys:path2/ -su=y
[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]