EasyManua.ls Logo

HP BACKCOPY User Manual

HP BACKCOPY
303 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Page #165 background imageLoading...
Page #165 background image
#set done 0
#output
[#loop |while| (done = 0) |do|
#output Provide a work location ($vol) for a temp copy. This is for a
#output partition 0 of the temp file. There should be no subvol & file
#set work_vol1 [#input in this location similar to source file name: ]
[#if ( ([#charfind work_vol1 1 $] = 1) AND ([#charfind work_vol1 1 .] <= 0) )
|then| #set done 1
|else| #output !!!! Bad input !!!!
]
]
#set done 0
#output
[#loop |while| (done = 0) |do|
#output Provide a work location ($vol) for a temp copy. This is for a
#output sec partition of the temp file. There should be no subvol & file
#set work_vol2 [#input in this location similar to source file name: ]
[#if ( ([#charfind work_vol2 1 $] = 1) AND ([#charfind work_vol2 1 .] <= 0) )
|then| #set done 1
|else| #output !!!! Bad input !!!!
]
]
#output
#set done 0
[#loop |while| (done = 0) |do|
#set partfile [#input Give the source (archive) file name as subvol.file: ]
[#if ( ([#charfind partfile 1 $] <= 0) AND ([#charfind partfile 1 .] > 0))
|then| #set done 1
|else| #output !!!! Bad input !!!!
]
]
#output
#set done1 0
[#loop |while| (done1 = 0) |do|
#output How do you want give the source vol names?
#set inp [#input Manually / Through File? (M/F): ]
[#case [inp]
| m M |
#set count 0
[#loop |while| (count < [parts]) |do|
#set myarr:vol_part([count]) [#input Provide source vol name for part
[count]: ]
#set count [#compute (count + 1) ]
]
#set done1 1
| f F |
#set fname [#input Give the filename (each vol should be in diff line):
]
[#if ([#fileinfo/existence/ [fname] ]) |then| #set done1 1
|else| #output File does not exist ] == if ends
[#if (done1) |then|
filetovar [fname] fvar
#set done 0
[#loop |while| (done < [parts]) |do|
#set myarr:vol_part([done]) [#lineget fvar 1 for 1]
#linedel fvar 1 for 1
#set done [#compute (done + 1)]
] ==loop
] == if
#set done 0
| otherwise | == repeat the question
] == case
] == loop
#output
#set done 0
[#loop |while| (done = 0) |do|
#set tgt_file [#input Location of part 0 of target file (pre-created
$vol.svol.file): ]
RESTORE Guidelines and Examples 165

Table of Contents

Question and Answer IconNeed help?

Do you have a question about the HP BACKCOPY and is the answer not in the manual?

HP BACKCOPY Specifications

General IconGeneral
BrandHP
ModelBACKCOPY
CategorySoftware
LanguageEnglish

Summary

Abstract

What’s New in This Manual

Manual Information

Information about the manual's version, history, and product details.

New and Changed Information

Lists specific revisions made in different manual versions.

About This Manual

Audience

Describes the intended readers and their required familiarity.

Organization

Explains the manual's structure by chapters and appendices.

Related Documentation

Notation Conventions

General Syntax Notation

Defines conventions used for command syntax presentation.

Disk and Tape Utilities Overview

Utility Descriptions

Briefly describes each utility and its associated tasks.

Using BACKCOPY, BACKUP, and RESTORE

Explains common procedures and differences between these utilities.

BACKCOPY

Security

Discusses access control and security for the BACKCOPY utility.

BACKCOPY Syntax

Describes the command structure and available options.

BACKUP

Security

Discusses access control and security for the BACKUP utility.

BACKUP and RESTORE Interaction

Explains how BACKUP options affect RESTORE operations.

BACKUP Syntax

Details the command structure for file and volume modes.

Disk Compression (DCOM)

Security

Discusses access control and security for the DCOM utility.

DCOM Syntax

Describes the command structure and available options.

Disk Space Analysis Program (DSAP)

Security

Discusses access control and security for the DSAP utility.

DSAP Syntax

Describes the command structure and available options.

DSAP Options

Lists and describes various DSAP analysis options.

PAK/UNPAK

PAK Command Options

Details the options available for the PAK command.

UNPAK Command Options

Details the options available for the UNPAK command.

RESTORE

Security

Discusses access control and security for the RESTORE utility.

RESTORE Syntax

Details command structure for file and volume modes.

RESTORE Options

Detailed explanation of individual RESTORE options.

BACKCOPY, BACKUP, and RESTORE Messages

DCOM/DSAP Messages

PAK/UNPAK Messages

Syntax Summaries

BACKCOPY Syntax

Summarizes the syntax for the BACKCOPY command.

BACKUP File-Mode Syntax

Summarizes the syntax for BACKUP in file mode.

BACKUP Volume-Mode Syntax

Summarizes the syntax for BACKUP in volume mode.

DCOM Syntax

Summarizes the syntax for the DCOM command.

DSAP Syntax

Summarizes the syntax for the DSAP command.

PAK/UNPAK Syntax

Summarizes the syntax for PAK and UNPAK commands.

RESTORE File-Mode Syntax

Summarizes the syntax for RESTORE in file mode.

RESTORE Volume-Mode Syntax

Summarizes the syntax for RESTORE in volume mode.

CLASS TAPE DEFINEs

TAPE DEFINE Attributes

Lists and describes the attributes for TAPE DEFINEs.

TAPE DEFINE Consistency Checks

Details consistency rules for TAPE DEFINE attributes.

Tape Label Formats

ANSI Standard Labels

Describes ANSI VOL1 and HDR1/EOF/EOV1 label formats.

IBM Standard Labels

Describes IBM VOL1, HDR1/EOF1/EOV1, HDR2/EOF2/EOV2 label formats.

Related product manuals