Tar
From HostThyself
tar is a system command on unix system for compressing files.
[edit] Common usages
Create a bzip2 tar file
tar -cjf example.tar.bz2 folder
Uncompress
tar -xjf example.tar.bz2
tar is a system command on unix system for compressing files.
Create a bzip2 tar file
tar -cjf example.tar.bz2 folder
Uncompress
tar -xjf example.tar.bz2