tar slowing you down? try mtar (Multi-threaded tar)
I always thought that unlike compression tools, tar could not use multiple cores.
It turns out somebody went out and modified tar to do just that -- and it was 4 years ago too! It's called mtar.
Not only does mtar uses pigz instead of gzip, but it also implemented multi …