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!

Is there any option for tar compression on tape?

807559Mar 19 2007 — edited Mar 20 2007
Hi All,

I'm trying to put a directory into tape 12/24 GB.
The directory size is more than 24 GB.

I found you can do it into 2/3 steps

tar cvf archive.tar archive will create archive.tar
compress archive.tar will create another file archive.tar.z

is there any command to do this in one step?
On linux, they have
tar cvfz archive.tar.gz archive

Best Regards,
Naji Ghanim
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 17 2007
Added on Mar 19 2007
5 comments
149 views