I have a tape which I think is a tar backup. What's the best way of reading the tape to check the data? Also how do I rewind the tape - it's on /dev/st0.
Hi Dave. You might try mt -f /dev/st0 to rewind the tape, then tar tvf /dev/st0 to read what's on it without restoring. Replacing the t with an x will restore the data, but be careful of absolute pathnames.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.