Can one export directly to a tape drive?
Submitted by admin on Sat, 2004-08-07 08:18
Body:
One can use a tape device name instead of a normal file name. When using a device, one also needs to specify the VOLSIZE= parameter. Look at this example:
exp userid/password file=/dev/rmt0 table=emp volsize=1.2G
Note: The volume size is a number ending with a "m", "k", or "b" (M, K, or B). The default is bytes.
»
- Log in to post comments