The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Special Forums > Filesystems, Disks and Memory
Google UNIX.COM


Filesystems, Disks and Memory Questions involving NAS, SAN, RAID, Robotic Libraries, backups, etc go here.

More UNIX and Linux Forum Topics You Might Find Helpful
Thread Thread Starter Forum Replies Last Post
SCO UNIX tape restore canbe842 SCO 5 2 Weeks Ago 08:15 PM
Restore from HP Tape Drive jlewis808 SCO 11 12-11-2007 10:35 AM
Restore a tape lo-lp-kl AIX 1 06-07-2007 06:22 PM
Backup Tape Restore? bake255 HP-UX 5 08-16-2006 06:56 AM
Tape Restore Problems!!! cstovall UNIX for Dummies Questions & Answers 1 06-30-2003 05:03 PM

Reply
 
Submit Tools LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 04-27-2004
Registered User
 

Join Date: Apr 2004
Posts: 1
Stumble this Post!
Restore to disk from tape

I have been restoring from tape some old data. I have done quite a few tapes and have had no problems until now.

The command I am running is "dd if=/dev/rmt/1hbn bs=1024 | tar -pBxF - ".

This is the second tape have have come up with the error "Not enough space". This tape has a couple of hundred files on it and I don't want to have to sit here in type in each file name.

Any one have any ideas?
Reply With Quote
Forum Sponsor
  #2 (permalink)  
Old 04-30-2004
Kelam_Magnus's Avatar
Unix does a body good.
 

Join Date: Aug 2001
Location: DFW McKinney, TX,
Posts: 1,069
Stumble this Post!
how about:

tar -tvf <tape> > file.out


then ref the file


for name in `cat file.out` ## Back tics here...
do
tar -xvf /dev/rmt/0mn $name
done


Or something similar to that.
__________________
My brain is your brain
Reply With Quote
Google The UNIX and Linux Forums
Reply

Thread Tools
Display Modes




All times are GMT -7. The time now is 12:09 PM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited.
The UNIX and Linux Forums Content Copyright ©1993-2008 The CEP Blog All Rights Reserved -Ad Management by RedTyger Visit The Global Fact Book

Content Relevant URLs by vBSEO 3.2.0