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
