zip -r -s MaximumSize ArchiveName.zip FolderName/
will zip up the entire FolderName and split it into several chunks of MaximumSize
see zip Man Page - macOS - SS64.com
zip -r -s MaximumSize ArchiveName.zip FolderName/
will zip up the entire FolderName and split it into several chunks of MaximumSize
see zip Man Page - macOS - SS64.com