here is my script:
tar cf - testdir | pv -s $(du -sb testdir | awk \'{print $1}\') | pigz -1 > pv.tar.gz
tar cf - testdir | pigz -1 >