![]() |
![]() |
Use the following syntax rules when entering file specification parameters, such as filespec, sourcefilespec, and destinationfilespec:
dsmc restore "/fs/dir1/*" mydir/
dsmc i /fsThe following example is not valid:
dsmc sel /fs
When entering a destinationfilespec, if the name ends with /, then it is considered a directory, otherwise it is considered a file.
The following example illustrates these two rules. Even though mydir and yourdir are directories, the command will fail because /* is implied after mydir, and yourdir is considered a file:
restore /home/mydir/ /away/yourdir
The following example illustrates the second rule. Even though mydir and yourdir are directories, the command will fail because mydir and yourdir are considered files:
restore /home/mydir /away/yourdir
dsmc set access "/fs/dir1/*/*"
Do not use wildcards for the directory path name, for example:
/home/j*asler/file1.c