W
W
whynot2010-11-15 13:28:16
linux
whynot, 2010-11-15 13:28:16

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

3 answer(s)
S
Sergey, 2010-11-15
@bondbig

man tar
option -L

V
ValdikSS, 2010-11-15
@ValdikSS

zip does not support multivolumes. You can manually break it with some script

R
Ruslan_Y, 2010-11-15
@Ruslan_Y

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 question

Ask a Question

731 491 924 answers to any question