Tar and Gunzip utilities for production system (General)
Posted by vasselva on May 12, 2008
TAR and GUNZIP tools are extremely useful when comes to cloning and backup activities .
- tar cvf – * | gzip > appltop.tar.gz — This command will TAR and gunzip the whole appltop .You can use the command according to your requirements
Tar and gunzip
- tar -cvf file.tar directory – Simple Command for TAR
