1832481 Members
2953 Online
110043 Solutions
New Discussion

DLT Tape

 
SOLVED
Go to solution
Carter Jay
Advisor

DLT Tape

Hello,

I 've got a few questions concerning Backup Tapes:
1 . How can I check what's on a tape (mt + tar||frecover||cpio????), and what's for you the best way to perform this?
2 . I've tried to put 2 tar archives on one tape, using for the first time:

#mt rew
#tar cvf - / | compress>/dev/rmt/c4t4d0BESTn
The second day, I used:
#mt rew \* To be sure*#mt eod \* To be sure*#tar cvf - / | compress>/dev/rmt/c4t4d0BESTn
Then , to look at what' on my tape:
#mt rew
#uncompressI had the first listing...Then
#mt fsf 1
#uncompressstdin: not in compressed format
Tar: blocksize = 0; broken pipe?
As if i was at the end of the second file and so it couldn't find a tar.

3 . How can I find the date a tar was created (using "uncompress
Could you help

Thanks in advance

Regards

Jerome

4 REPLIES 4
Steve Steel
Honored Contributor
Solution

Re: DLT Tape

 
If you want truly to understand something, try to change it. (Kurt Lewin)
H.Merijn Brand (procura
Honored Contributor

Re: DLT Tape

Can you tell me what part of my answer in http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xea03543254bfd611abdb0090277a778c,00.html you did *not* understand, please?
Enjoy, Have FUN! H.Merijn
harry d brown jr
Honored Contributor

Re: DLT Tape

Procura,

The previous post you replied to was dated

September 04, 2002 08:36 AM GMT

This one is

September 04, 2002 07:38 AM GMT

But, what DOES DLT have to do with the QUESTION anyways (the author stated he was using DLT)??


live free or die
harry
Live Free or Die
Carter Jay
Advisor

Re: DLT Tape

Hi all,

Sorry procura, I had several windows on the site and switched with one that wasn't refreshed yet, I thought the my first question was trapped....

Sorry again

Regards


Jerome

PS: Your answer was perfect....:))