Apps DBA Concepts

Just another WordPress.com weblog

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

Leave a Reply

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <pre> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>