Jump to content United States-English
HP.com Home Products and Services Support and Drivers Solutions How to Buy
» Contact HP
More options
HP.com home
MPE/iX System Utilities Reference Manual: HP e3000 Computer Systems > Chapter 2 Utilities Quick Reference

STORE/RESTORE

» 

Technical documentation

Complete book in PDF
» Feedback
Content starts here

 » Table of Contents

 » Index

Syntax

To invoke STORE enter:

   STORE fileset[;parameters]

To invoke RESTORE enter:

   RESTORE storfile[;parameters]

Operation

Use 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;SHOW

The 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;;SHOW

To restore all files in all groups in the MFG account, enter:

   FILE T;DEV=TAPE
   RESTORE *T;@.@.MFG;SHOW

You may implicitly reference the system-generated file equation by omitting the *T. You must retain the semicolon as a placeholder, however.

Additional Discussion

For more information, refer to Performing System Manager Tasks and the MPE/iX Commands Reference Manual.

Printable version
Privacy statement Using this site means you accept its terms Feedback to webmaster
© Hewlett-Packard Development Company, L.P.