1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60
|
.TH "DASDCOPY" "1"
.SH "NAME"
dasdcopy \- copy a DASD file to another DASD file
.SH "SYNOPSIS"
.PP
\fBdasdcopy\fR [\fB-v\fR] [\fB-h\fR] [\fB-q\fR] [\fB-r\fR] [\fB-z\fR] [\fB-bz2\fR] [\fB-0\fR] [\fB-a\fR] [\fB-lfs\fR] [\fB-blks\fR \fIn\fP] [\fB-cyls\fR \fIn\fP] [\fB-o\fR \fItype\fP] \fIifile\fP [\fBsf=\fR\fIsfile\fP] \fIofile\fP
.SH "DESCRIPTION"
.PP
This manual page documents the dasdcopy program.
.PP
dasdcopy copies a DASD file to another DASD file.
.SH "PARAMETERS"
.IP "\fBifile\fR" 10
input FBA DASD file
.IP "\fBsfile\fR" 10
input compressed FBA shadow file (optional)
.IP "\fBofile\fR" 10
output compressed FBA DASD file
.SH "OPTIONS"
.IP "\fB-v\fR" 10
display program version and quit
.IP "\fB-h\fR" 10
display help and quit
.IP "\fB-q\fR" 10
quiet mode, don't display status
.IP "\fB-r\fR" 10
replace the output file if it exists
.IP "\fB-blks n\fR" 10
size of output FBA file
.IP "\fB-cyls n\fR" 10
size of output CKD file
.IP "\fB-z\fR" 10
compress using output zlib [default]
.IP "\fB-bz2\fR" 10
compress using output bzip2
.IP "\fB-0\fR" 10
don't compress output
.IP "\fB-a\fR" 10
output ckd file will have alternate cylinders
.IP "\fB-lfs\fR" 10
output ckd file will be a single file even if it exceeds 2GB in size
.IP "\fB-o type\fR" 10
output file type (CKD, CCKD, FBA, CFBA)
.SH "SEE ALSO"
.PP
The programs are documented fully by \fIThe Hercules
System/370, ESA/390, and z/Architecture Emulator\fP available in
\fB/usr/share/doc/hercules/html\fP.
.SH "AUTHOR"
Hercules was created by Roger Bowler and is maintained by
Jay Maynard. Jan Jaeger designed and implemented many of the
advanced features of Hercules, including dynamic
reconfiguration, integrated console, interpretive execution, and
z/Architecture support.
.PP
This manual page was written by Peter De Schrijver p2@debian.org for
the \fBDebian GNU/Linux\fP system (but may be used by others). Permission is
granted to copy, distribute and/or modify this document under
the terms of the GPL.
|