Create an archive file of all of the files in the given directory:
tar -cvzf <directory> > <archive_file_name> tar -cvzf www > /home/bill/archives/www.wbz.tar.gz