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