Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

volcopy_hfs(1m) [hpux man page]

volcopy_hfs(1M) 														   volcopy_hfs(1M)

NAME
volcopy_hfs: volcopy, labelit - copy an HFS file system with label checking SYNOPSIS
[options] fsname special1 volname1 special2 volname2 [options] special [fsname volume DESCRIPTION
The command makes a literal copy of an HFS file system using a block size matched to the device. Options recognizes the following options: Specifies the HFS file system type. Invoke a verification sequence requiring a positive operator response instead of the standard delay before the copy is made. (default) Invoke the DEL-if-wrong verification sequence. Assume a response to all questions Echo the completed command line, but perform no other actions. The command line is generated by incorporating the user-specified options and arguments with other information derived from This option allows the user to verify the command line. Other options are used with 9-track magnetic tapes: Bits per inch. Size of reel in feet. Beginning reel number for a restarted copy. Use double buffered I/O. The command requests length and density information if they are not given on the command line and they are not recorded on an input tape label. If the file system is too large to fit on one reel, the command prompts for additional reels. Labels of all reels are checked. Tapes can be mounted alternately on two or more drives. If the command is interrupted, it asks if the user wants to quit or wants to escape to the command interpreter. In the latter case, other operations (such as executing the command) can be performed before returning to the command by exiting the command interpreter. fsname The file system name on the device (e.g., being copied. special The physical disk section or tape (e.g., or volname The physical volume name; it should match the external sticker. Such label names are limited to six or fewer characters. The argument volname can be to use the existing volume name. special1 The device from which the copy of the file system is being extracted. volname1 The volume from which the copy of the file system is being extracted. special2 The target device. volname2 The target volume. The command can be used to provide initial labels for unmounted disk or tape file systems. With the optional arguments omitted, the com- mand prints current label values. The option provides for initial labeling of new tapes only (this destroys previous contents). The and options can be specified for the command. The behavior of the and options is similar to their behavior in the command. SEE ALSO
fstyp(1M), volcopy(1M), fs_wrapper(5), disk(7), mt(7). volcopy_hfs(1M)

Check Out this Related Man Page

volcopy_ufs(1M) 					  System Administration Commands					   volcopy_ufs(1M)

NAME
volcopy_ufs - make an image copy of a ufs file system SYNOPSIS
volcopy [ -F ufs] [generic_options] fsname srcdevice volname1 destdevice volname2 DESCRIPTION
volcopy makes a literal copy of the ufs file system using a blocksize matched to the device. OPTIONS
The following option is supported: generic_options options supported by the generic volcopy command. See volcopy(1M). OPERANDS
The following operands are supported: fsname represents the mount point (for example, root, u1, etc.) of the file system being copied. srcdevice or destdevice the disk partition specified using the raw device (for example, /dev/rdsk/cld0s8, /dev/rdsk/cld1s8, etc.). srcdevice and volname1 the device and physical volume from which the copy of the file system is being extracted. destdevice and volname2 the target device and physical volume. fsname and volname are limited to six or fewer characters and recorded in the superblock. volname may be `-' to use the existing volume name. EXIT STATUS
The following exit values are returned: 0 Successful file system copy. non-zero An error has occurred. FILES
/var/adm/filesave.log a record of file systems/volumes copied ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWcsu | +-----------------------------+-----------------------------+ SEE ALSO
cpio(1), dd(1M), labelit(1M), volcopy(1M), attributes(5), ufs(7FS) NOTES
volcopy does not support copying to tape devices. Use dd(1M) for copying to and from tape devices. SunOS 5.10 15 Apr 2003 volcopy_ufs(1M)
Man Page