I have about 12 GB of image tiles made up of about 2 million files. I'd like to zip these up to make transferring them to a server simpler. I just plan on storing the files in the zip files for transferring, no compression. Helm is present on the web server and can handle unzipping files.
I'd like to point a program at all these files in one go and get it to zip them up into files of approx 1 GB each, but each zip file needs to be independent of the others.
I have 7-zip installed with supports splitting across volumes, but these volumes are dependent upon one another to be unzipped.
Anyone have any suggestions? Thanks in advance!
