I have a requirement for a zip folder containing a large number of files. When I tried to archive on the command line, it shows a zip error: Error reading input file
I searched the network and found "The .ZIP file format only handles file lengths that can be contained in a 32-bit integer." If so, then this should be the cause of the error I received, because the size of my folder exceeds 12 GB. Is there a way to expand the size of the file that needs to be archived. Or is there another way to solve this?
I am using CENTOS 5.
Thanks.
source share