tar'ing multiple files and sending to tape device

From: DukeNM (tridentadm_at_netscape.net)
Date: 04/29/03


Date: 29 Apr 2003 02:56:03 -0700

i wanted to know how to make a tarball of multiple files and sending
them to a tape device which is /dev/rmt/0

well i know how to do the same and save it to a file
eg.

tar -cvf myhome.tar /home

this does as i want it to and creates a tarball named myhome.tar

how to do the same with tape

i cant seem to specify the filename for tape

ie. something like this
tar -cvf /dev/rmt/0/myhome.tar /home

it doesnt allow me to do this.
so whats the workaround.??



Relevant Pages

  • Re: taring multiple files and sending to tape device
    ... DukeNM wrote: ... > i wanted to know how to make a tarball of multiple files and sending ... > i cant seem to specify the filename for tape ...
    (comp.unix.solaris)
  • Re: taring multiple files and sending to tape device
    ... >> i wanted to know how to make a tarball of multiple files and sending ... >> i cant seem to specify the filename for tape ... > Not a workaround, just the correct way to do it. ...
    (comp.unix.solaris)
  • Re: Rescueing a DLT tarball on a Mac
    ... > Many moons ago I backed up a lot of personal work on a DLT tarball. ... Well, time to find out a) what format that tape is, as not all DLTape ... since tape archiving isn't a function ...
    (comp.unix.bsd.netbsd.misc)
  • Re: VMS Text Files --> Unix
    ... which produces an ANSII tape and then using dd on the UNIX ... VMSTAR will let me however make a huge tar ball on the disk. ... >> Once I have all the files in a large tarball on the disk, ...
    (comp.os.vms)
  • Re: taring multiple files and sending to tape device
    ... > i wanted to know how to make a tarball of multiple files and sending ... > i cant seem to specify the filename for tape ... tar cvf /dev/rmt/0n anotherfile.tar ...
    (comp.unix.solaris)