Skip to content

Instantly share code, notes, and snippets.

@yevhenorlov
Last active May 12, 2019 10:39
Show Gist options
  • Save yevhenorlov/3720c75d36831f7a1aa78504d2975e2e to your computer and use it in GitHub Desktop.
Save yevhenorlov/3720c75d36831f7a1aa78504d2975e2e to your computer and use it in GitHub Desktop.
zip a large folder into multiple 3GB parts for easier transfer
# zip a large folder into multiple 3GB parts for easier transfer
zip -r -s 3g archive.zip FolderName/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment