Operating System - HP-UX
1753960 Members
7618 Online
108811 Solutions
New Discussion

Re: how to get tar 10 gb file.

 
SOLVED
Go to solution
aamir4u
Regular Advisor

Re: how to get tar 10 gb file.

Hello

Thanks a lot !

 

One more help please.is any software or utility in windows to open pax file or extract

 

Thanks for help............

Thanks
aamir uddin
aamir4u
Regular Advisor

Re: how to get tar 10 gb file.

Hello.

 

 

I run that commands.But how can untar or unpax that particular file or folder on PAX utility.

 

Is pax also compress the size or not.

 

 

Please help me again

I run the pax on 100 gb folder after put that file on tap libarary.

 

Sorry sorry but i am new in hp ux...

 

 

Thanks
aamir uddin
Steven Schweda
Honored Contributor

Re: how to get tar 10 gb file.

 
Dennis Handly
Acclaimed Contributor
Solution

Re: how to get tar 10 gb file.

>software or utility in windows to open pax file or extract

 

I'm not sure.  As Steven said, zip may be better.  Or Samba.

 

>Is pax also compress the size or not.

 

HP-UX's commands are not like Linux.  They can only do one thing at a time.  ;-)

You need to pipe it to gzip:

pax -w -v -x pax 44muf0cm_1_1 | gzip > test8.pax.gz

 

>But how can untar or unpax that particular file or folder on PAX utility.

 

pax like tar, will allow you to specify which files you want to extract.

 

pax -r -v -f test8.pax path-of-file-on-archive ...

 

>I run pax on 100 gb directory after put that file on tape library.

 

Probably no need for two steps, you can write it to the tape in one pipeline.

aamir4u
Regular Advisor

Re: how to get tar 10 gb file.

Thanks Thanks Thanks a lot.dear

 

 

Loves your comment and answer

Thanks
aamir uddin
Dennis Handly
Acclaimed Contributor

Re: how to get tar 10 gb file.

>Loves your comment and answer

 

If you are happy with your answers, please assign Kudos (click on the star) to each post that helped.