this blog is intended to be a place to store code snippets, examples, notes... in order to have them handy and to quickly find during the everyday work
tar -czvf archive.tgz directory --exclude "file"
to extract a tar.gz file
tar xvzf file.tar.gz
tar cf tomcat7.tar /tomcat7 | gzip -f tomcat7.tar
No comments:
Post a Comment