HP-UX Reference (11i v1 00/12) - 1M System Administration Commands N-Z (vol 4)

__________________________________________________________________________________________________________________________________________________________________________________________________
__________________________________________________________________________________________________________________________________________________________________________________________________
STANDARD Printed by: Nora Chuang [nchuang] STANDARD
/build/1111/BRICK/man1m/naaagt.1m
________________________________________________________________
___ ___
v
vxdump(1M) vxdump(1M)
NAME
vxdump, rvxdump - incremental VxFS file system dump, local or across network
SYNOPSIS
/usr/sbin/vxdump [-nuwW][-0123456789][-f lename][-d density][-s size][-T time]
[-b blocksize][-B records] filesystem
/usr/sbin/rvxdump [-nuwW][-0123456789][-f filename][-d density][-s size][-T time]
[-b blocksize][-B records] filesystem
/usr/sbin/vxdump option [argument ...] filesystem
/usr/sbin/rvxdump option [argument ...] filesystem
DESCRIPTION
vxdump copies to magnetic tape all files in the vxfs filesystem that have been changed after a certain
date. This information is derived from the files /var/adm/dumpdates and /etc/fstab . rvxdump
copies the files to a tape drive on a remote system. rvxdump runs a process, /usr/sbin/rmt, on the
remote machine to access the tape device.
vxdump and rvxdump support both getopt(3C) and traditional
dump command line invocations as shown
above. The original
dump command line style is supported for compatibility with previous versions of
vxdump and for synonymy with the existing dump program used for hfs file systems. For the traditional
command line style, option consists of characters from the set 0123456789bBdfnsTuWw
without any
intervening white space.
On most devices
vxdump detects end-of-media and prompts you to change the media if there is
insufcient space, so it is not necessary to specify the size of the device. However, if the dump will require
multiple tapes and the tapes are to be read using an older version of vxrestore, or if the tape device
handles end-of-media in a way that
vxdump doesn’t recognize, then you must specify the size of the device
using the -B option or a combination of the -d and -s options.
Options
If no arguments are given, the options are assumed to be
-9u and a default file system is dumped to the
default tape.
-number number is a single digit in the range [0-9] and indicates the dump level. All files modified
since the last date stored in the file /var/adm/dumpdates
for the same file system at a
lesser dump level will be dumped. Thus, the option
-0 dumps the entire file system. If no
date is determined by the level, the beginning of (UNIX) time is assumed.
-B records
The number of logical records per volume. The vxdump logical record size is 1024 bytes.
records can also be specified with a suffix to indicate a unit of measure other than 1024
bytes. You can append a k or K, m or M,org or G, to the number to indicate that the
value is in kilobytes, megabytes, or gigabytes, respectively. This option overrides the calcu-
lation of tape size based on length and density.
-b blocksize
The blocking factor is taken from the blocksize option argument. (default is 63 if -b is not
specified). Block size is defined as the logical record size times the blocking factor.
vxdump writes logical records of 1024 bytes. Older versions of vxdump used a blocking
factor of 10 for tapes with densities less than 6250 BPI, and 32 for tapes with densities of
6250 BPI or greater. vxrestore dynamically determines the blocking factor.
-d density
The density of the tape (expressed in BPI) used to calculate the amount of tape used per
tape reel. If -s is specified, a default density value of 1600 is assumed for a reel tape.
-f filename
Place the dump on the file filename instead of the tape. If the name of the file is -(dash),
vxdump writes to the standard output. This option can be of the form machine:device to
specify a tape device on a remote machine.
-n Whenever vxdump requires operator attention, notify all users in group operator by
means similar to that described by wall(1M).
Section 1M1044 1 HP-UX Release 11i: December 2000
___
___