tarsplitter
tarsplitter copied to clipboard
A multithreaded tar utility. Archive huge numbers of files, or spilt massive tar archives into smaller chunks.
Hi, thanks for this great tool. I took a stab at addressing #1 to allow piping directly to tarsplitter from tar itself when input is specified as '-', which avoids...
I try to make it work in MacOS. **Steps I did** 1. I installed GoLang with `brew install golang` 2. Run go tool compile tarsplitter_mac Then I get those errors:...
1. The documentation assumes the user knows this is written in GO and must have the GO compiler installed and configured. 2. Also, the Makefile has no install section, and...
First of all thank you for such a great open source project. I think it will be nice to have a splitting feature by file sizes. For example; Split 1...