1832973 Members
2662 Online
110048 Solutions
New Discussion

Restoration using pax

 
Jestin John Chacko
Regular Advisor

Restoration using pax

i had taken an archive using the command

pax -w -v -x pax -f /dev/rmt/11m .

now i want to restore the same data from the tape to a directory.

wheather its pax -c -f ,is it nececcery to provide w option here.
3 REPLIES 3
Steven E. Protter
Exalted Contributor

Re: Restoration using pax

Shalom,

http://www.docs.hp.com/en/B2355-90779docs/B2355-90779docs.pdf

http://docs.hp.com/en/B2355-90680/index.html

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Jestin John Chacko
Regular Advisor

Re: Restoration using pax

Dear,



1>I had gone through the man pages with that i tried the command

pax -rw -f /j2/bib /dev/rmt/11m but its showing errors

i have to restore the data from the same above tape to the dir bib will u please suggest any method


2>also one more error is there when i try

pax -f /dev/rmt/11m -v for viewing the files its showing device busy
Dennis Handly
Acclaimed Contributor

Re: Restoration using pax

>i want to restore the same data from the tape to a directory.

cd /j2/bib
pax -r -v -f /dev/rmt/11m

>is it necessary to provide -w option

No, you are reading. You can use -w -r for copying.

>pax -f /dev/rmt/11m -v for viewing the files its showing device busy

Did you terminate any previous process? Is the tape rewinding?