Views |
||||||||||||||
How do I restore from NDMP tapes, especially without NetBackup?
tpreq -ev def100 -p odin-vol0-full /tmp/tp now do look at /tmp/tp to find out what tape drive has the tape cat /tmp/tp odin /ndmp/nrst0a from odin, we can manipulate the tape using mt. First, fast forward past the volume header mt -f nrst0a fsf 1 Second, fast forward past the partition header mt -f nrst0a fsr 2 cd to the directory where you want files restored to to list dumpfile contents: restore tf nrst0a (If you issue the restore command above, you will need to rewind the tape and reissue the fsf 1 and fsr 2 commands before you issue the command below.) to restore the files: restore xf nrst0a ./dir/path when finished, unload tape: tpunmount /tmp/tp |
||||||||||||||
| This page was last modified 07:49, 2 December 2006. | ||||||||||||||