What is the fastest and most reliable way to split a 50GB binary file into chunks of 5GB or less, and then reassemble it later?
Our servers are running Ubuntu Linux, and the binary file is a BSON dump of a large MongoDB collection. How reliable is a tool like split? Is there a fast...