Jawaban:
Gunakan tombol -s pada perintah zip di terminal. Jadi jika folder Anda bernama FolderName
zip -r -s 64 archive.zip FolderName/
64 adalah ukuran split (dalam hal ini 64Mb).
Use -s to set the split size and create a split archive.
The size is given as a number followed optionally by one
of k (kB), m (MB), g (GB), or t (TB) (the default is m). [1]
Gunakan zipsplit untuk membagi file zip menjadi beberapa zipfile yang lebih kecil. Gunakan tombol -n untuk mengatur ukuran split.
[1] http://developer.apple.com/library/mac/#documentation/Darwin/Reference/ManPages/man1/zip.1.html