Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

extracting multiple tar files from tape

Status
Not open for further replies.

kyle123

Technical User
Feb 27, 2003
5
US
How do you extract multiple tar files from tape without having to use the mt -f /dev/rmt/# fsf 1,2,etc., or by using the /dev/rmt/#n, and having to restart the tar xvf
multiple times.
 
FYI, found a solution.
while true
do
/usr/local/bin/gtar -xvf /dev/rmt/1n
done

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top