How do I create a split archive?
IE:
file1.rar
file2.r01
file3.r02
etc..
I need to zip a very large folder.
Split Zip Archive in Linux
Started by
Guest_Jame_*
, Jun 19 2007 01:16 PM
2 replies to this topic
#1
Guest_Jame_*
Posted 19 June 2007 - 01:16 PM
Guest_Jame_*
|
|
|
#2
Guest_Jordan_*
Posted 19 June 2007 - 02:26 PM
Guest_Jordan_*
use: zip -r location/ zipfile.zip
Once zipped you can use zipsplit to split the zip file.
Once zipped you can use zipsplit to split the zip file.
#3
Guest_Jame_*
Posted 23 October 2007 - 08:43 AM
Guest_Jame_*
So I do
I get
Any ideas?
# zip -r mydir/ myarchive.zip [/quote] which works but when I do [code] # zipsplit myarchive.zip
I get
~bash: zipsplit: command not found
Any ideas?


Sign In
Create Account

Back to top









