The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
.
google unix.com




Thread: Help with TAR
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 12-05-2005
FredSmith FredSmith is offline
Registered User
  
 

Join Date: Sep 2005
Posts: 88
Help with TAR

Hi,
I tarred some files off to a tape. I'm trying to restore them now.
Am I missing a step?

1) I rewind the tape.
2) I did a tar -tvf and saw the file on the tape.
3) I do a tar -xvf <file_name> that was shown from the tar -tvf

Is this all I need to do to restore the file? Just trying to make sure I have the command right before issuing it, the file is very very large.

Thanks!