I\'ve got a job running on my server at the command line prompt for a two days now:
find data/ -name filepattern-*2009* -exec tar uf 2009.tar {} ;
There is a utility for this called tarsplitter.
tarsplitter
tarsplitter -m archive -i folder/*.json -o archive.tar -p 8
will use 8 threads to archive the files matching "folder/*.json" into an output archive of "archive.tar"
https://github.com/AQUAOSOTech/tarsplitter