There are two tape devices (possibly more?) one of which rewinds first and the other doesn't.
tar czvf /dev/st0 *
This rewinds before executing
tar czvf /dev/nst0 *
This does not rewind.
Now, in either case, if you put multiple files in they will stay multiple files on the tape. At least they will become multiple files again when untared...
|