Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

volcopy_ufs(1m) [opensolaris 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.11 15 Apr 2003 volcopy_ufs(1M)

Check Out this Related Man Page

volcopy(1M)                                               System Administration Commands                                               volcopy(1M)

NAME
volcopy - make an image copy of file system SYNOPSIS
volcopy [-F FSType] [-V] [generic_options] [-o FSType-specific_options] operands DESCRIPTION
volcopy makes a literal copy of the file system. This command may not be supported for all FSTypes. OPTIONS
The following options are supported: -F FSType Specify the FSType on which to operate. The FSType should either be specified here or be determinable from /etc/vfstab by matching the operands with an entry in the table. Otherwise, the default file system type specified in /etc/default/fs will be used. -V Echo the complete command line, but do not execute the command. The command line is generated by using the options and arguments provided by the user and adding to them information derived from /etc/vfstab. This option should be used to verify and validate the command line. generic_options Options that are commonly supported by most FSType-specific command modules. The following options are available: -a Require the operator to respond "yes" or "no" instead of simply waiting ten seconds before the copy is made. -s (Default) Invoke the DEL if wrong verification sequence. -o FSType-specific_options Specify FSType-specific options in a comma separated (without spaces) list of suboptions and keyword- attribute pairs for interpretation by the FSType-specific module of the command. OPERANDS
The following operands are supported: operands generally include the device and volume names and are file system specific. A detailed description of the operands can be found on the FSType-specific man pages of volcopy. EXIT STATUS
The following exit values are returned: 0 Successful file system copy 1 An error has occurred. FILES
/etc/vfstab list of default parameters for each file system /etc/default/fs default local file system type. Default values can be set for the following flags in /etc/default/fs. For example: LOCAL=ufs. LOCAL: The default partition for a command if no FSType is specified. ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWcsu | +-----------------------------+-----------------------------+ SEE ALSO
labelit(1M), vfstab(4), attributes(5) Manual pages for the FSType-specific modules of volcopy. SunOS 5.10 20 Mar 1995 volcopy(1M)
Man Page