2 .\" Copyright 1989 AT&T Copyright (c) 1997 Sun Microsystems, Inc. All Rights Reserved.
3 .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License.
4 .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing. See the License for the specific language governing permissions and limitations under the License.
5 .\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
6 .TH VOLCOPY 8 "Mar 20, 1995"
8 volcopy \- make an image copy of file system
12 \fBvolcopy\fR [\fB-F\fR \fIFSType\fR] [\fB-V\fR] [\fIgeneric_options\fR]
13 [\fB-o\fR \fIFSType-specific_options\fR] \fIoperands\fR
19 \fBvolcopy\fR makes a literal copy of the file system. This command may not be
20 supported for all \fIFSTypes\fR.
24 The following options are supported:
28 \fB\fB-F\fR \fIFSType\fR\fR
31 Specify the \fIFSType\fR on which to operate. The \fIFSType\fR should either be
32 specified here or be determinable from \fB/etc/vfstab\fR by matching the
33 \fIoperands\fR with an entry in the table. Otherwise, the default file system
34 type specified in \fB/etc/default/fs\fR will be used.
43 Echo the complete command line, but do not execute the command. The command
44 line is generated by using the options and arguments provided by the user and
45 adding to them information derived from \fB/etc/vfstab\fR. This option should
46 be used to verify and validate the command line.
52 \fB\fIgeneric_options\fR\fR
55 Options that are commonly supported by most \fIFSType\fR-specific command
56 modules. The following options are available:
63 Require the operator to respond "yes" or "no" instead of simply waiting ten
64 seconds before the copy is made.
73 (Default) Invoke the DEL if wrong verification sequence.
81 \fB\fB-o\fR \fIFSType-specific_options\fR\fR
84 Specify \fIFSType\fR-specific options in a comma separated (without spaces)
85 list of suboptions and keyword-attribute pairs for interpretation by the
86 \fIFSType\fR-specific module of the command.
92 The following operands are supported:
99 generally include the device and volume names and are file system specific. A
100 detailed description of the \fIoperands\fR can be found on the
101 \fIFSType\fR-specific man pages of \fBvolcopy\fR.
107 The following exit values are returned:
114 Successful file system copy
123 An error has occurred.
130 \fB\fB/etc/vfstab\fR\fR
133 list of default parameters for each file system
139 \fB\fB/etc/default/fs\fR\fR
142 default local file system type. Default values can be set for the following
143 flags in \fB/etc/default/fs\fR. For example: \fBLOCAL=ufs.\fR
150 The default partition for a command if no \fIFSType\fR is specified.
158 \fBlabelit\fR(8), \fBvfstab\fR(4), \fBattributes\fR(5) Manual pages for the
159 \fIFSType\fR-specific modules of \fBvolcopy\fR.