Create tar.gz in OpenSolaris
I need to make backup for our public_html directory using tar command I used to use : tar cvzf filename.tar.gz directory_name It work in linux or bsd but I have different situation with OpenSolaris : # uname -a SunOS TGLxxxxxxx 5.11 snv_86 i86pc i386 i86xpv # tar cvzf public_html.tar.gz public_html tar: z: unknown function modifier ...
