Tarball

Just quickly. To archive a directory

tar -cjf output.tar.bz2 directory/

To use gzip instead

tar -czf output.tar.gz directory/

To untar

tar xf archive.tar.bz2

Posted 10 Sep 2007, tagged with shell