Answer the question
In order to leave comments, you need to log in
How to split a zip archive into parts when creating [Linux]
There are large folders (obviously more than 2GB, which is the limit for the size of a zip archive according to the specification). You need to archive them, moreover, by creating a multi-volume archive (part sizes of 500MB, for example).
I re-read the entire man zip - I did not see anything similar. zipsplit splits an already finished archive into parts (but I can't create it >2GB, so that I can split it later).
Other archive formats are not suitable for many reasons.
Is there a way out of this problem?
If important, debian lenny.
Thank you.
Answer the question
In order to leave comments, you need to log in
zip does not support multivolumes. You can manually break it with some script
Try 7-zip (the p7zip package, there is an option -vXXm just splitting into a multi-volume, but only for its 7z (!), This feature is not supported in zip, it is unfinished there).
Of the advantages, very rich functionality and multiplatform, so it might be suitable, see man 7zr
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question