Archive for November, 2008

Reading the feeds today, and came across todays xkcd comic.  Very funny.

Create a tar archive
tar -c -f archive.tar *

Create a compressed archive with gzip
tar -c -z -f archive.tar.gz *

You can also condense down the commands like so..
tar -czf archive.tar.gz *