Skip to Main Content

Infrastructure Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

TAR File Generation is very Slow

#MVivekJul 4 2017 — edited Jul 5 2017

Hi Experts,

Facing space issue, as only limited space is available.

So, I am going for maximum compression but process is very slow.

My command is -

tar cvf - fs1 | gzip -9c  > /orabin2/DR71_WEB_fs1.tar.gz.Z

Here, I am getting 11.5MB per minute.

But, when I am going for normal/auto compression then there I am getting 55MB per minute.

Command is -

tar cvf - fs2 | gzip -c  > /orabin2/DR71_WEB_fs2.tar.gz.Z

Need help to get maximum compression and maximum speed.

Environment Details:

Server: Oracle SPARC Server

OS: Solaris 10

Thanks

Vivek

This post has been answered by Nik on Jul 5 2017
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 2 2017
Added on Jul 4 2017
10 comments
2,002 views