Part1 - Part2 - Part3 - Part4 - Part5 - Single Page

Top Document: comp.unix.aix Frequently Asked Questions (Part 2 of 5)
Previous Document: 1.206: Resetting a hung tape drive
Next Document: 1.208: How do I read a 5Gbyte tape on a 2Gbyte drive?


[ Usenet FAQs | Search | Web FAQs | Documents | RFC Index ]

1.207: How do I restore specific files from a mksysb tape?



To recover specific files from a backup made with mksysb, try
$ tctl fsf 3
$ tar xvf /dev/rmt0.1 ./your/file/name

From: Matt Willman (Willman.matt@cnf.com)

The procedure changed with AIX 4, which uses backup instead of tar to
write the tape. For AIX 4 the procedure is as follows:

$ tctl fsf 3
$ restore -xvf /dev/rmt0.1 ./your/file/name



Top Document: comp.unix.aix Frequently Asked Questions (Part 2 of 5)
Previous Document: 1.206: Resetting a hung tape drive
Next Document: 1.208: How do I read a 5Gbyte tape on a 2Gbyte drive?

Part1 - Part2 - Part3 - Part4 - Part5 - Single Page


[ Usenet FAQs | Search | Web FAQs | Documents | RFC Index ]

Send corrections/additions to the FAQ Maintainer:
bofh@mail.teleweb.pt (Jose Pina Coelho)

Last Update May 13 2007 @ 00:21 AM