# Compress tar -cvf folder.tar folder/ gzip folder.tar # Extract tar -xvf folder.tar gzip -d folder.tar.gz