SMP Version of tar

Tim Kientzle tim at kientzle.com
Thu Oct 4 05:52:30 UTC 2012


> Someone might want to ask if parallelizing tar is even possible.

Answer:  Yes.  Here's a simple parallel version of tar:

   find . | cpio -o -H ustar | gzip > outfile.tgz

There are definitely other approaches.


Tim



More information about the freebsd-hackers mailing list