Operating System - Linux
1753969 Members
7344 Online
108811 Solutions
New Discussion юеВ

Re: Reading the Contents of a Dump Tape

 
Andrew Kaplan
Super Advisor

Reading the Contents of a Dump Tape

Hi there --

I ran a dump of several filesystems to tape, and I would like to read the contents of it. What command would I use to read the tape? Thanks.
A Journey In The Quest Of Knowledge
2 REPLIES 2
Alexander Chuzhoy
Honored Contributor

Re: Reading the Contents of a Dump Tape

it's "restore".
read man before usage.
Ivan Ferreira
Honored Contributor

Re: Reading the Contents of a Dump Tape

Use for example:

restore -tvf /dev/nst0
Por que hacerlo dificil si es posible hacerlo facil? - Why do it the hard way, when you can do it the easy way?