tar -c folder/ | pbzip2 -vrc > folder.tar.bz2 pbzip2 -dvc folder.tar.bz2 | tar x
Category:Bioinformatics