MPE/iX System Utilities Reference
> Chapter 2 Utilities Quick ReferenceSTORE/RESTORE |
||||||||||||||||
|
SyntaxTo invoke STORE enter: STORE fileset[;parameters]To invoke RESTORE enter: RESTORE storfile[;parameters] OperationUse STORE/RESTORE to store and restore one or more files and directories to and from tape. It has special options that allow you to store files for backup, transport, or archival purposes. For example, to store all files in all groups in the MFG account, enter: FILE T;DEV=TAPE STORE @.@.MFG;*T;SHOWThe system issues a file equation with your logon user name as the formal file designator. You can implicitly use that file equation by omitting a file reference in your STORE command. For example: STORE @.@.MFG;;SHOWTo restore all files in all groups in the MFG account, enter: FILE T;DEV=TAPE RESTORE *T;@.@.MFG;SHOWYou may implicitly reference the system-generated file equation by omitting the *T. You must retain the semicolon as a placeholder, however. Additional DiscussionFor more information, refer to Performing System Manager Tasks and the MPE/iX Commands Reference Manual.
|