Tagged Questions
1
vote
2answers
1k views
fastest way of doing a tar.gz from a tree of directories?
I've got a tree of directories with files like this:
.
|-- 00
| |-- 00
| | |-- 00
| | |-- 01
| | |-- 02
| | |-- 03
| | |-- 04
| | |-- 05
[..]
| | |-- 97
| | |-- 98
...
10
votes
3answers
3k views
Is there a parallel file archiver (like tar)?
Is there something out there for parallel archiving of files?
Tar is great, but I don't use tape archives, and it's more important to me that the archiving happens quickly (with compression like ...