Tar ist ein Archivierungstool mit Kompressionsoption.

tar cfv <outfile> <file1> <file2> // create archive
tar cfzv <outfile> <file1> <file2> // create compressed archive
tar xfv <file> // extract

Thomas Krenn Wiki