Copying directory contents from hard disk to tape
Enter
ls dirname | cpio -ovB -O special_file
where dirname is the path of
the directory you want to copy (such as /tmp)
and special_file is the path to the tape (character)
device (such as /dev/rmt/ctape1).
Next topic:
Copying files from tape to hard disk
Previous topic:
Copying files from hard disk to hard disk
© 1999 The Santa Cruz Operation, Inc. All rights reserved.
UnixWare 7 Release 7.1.1 - 5 November 1999