Skip to content

Instantly share code, notes, and snippets.

@lucasmezencio
Created July 20, 2012 18:24
Show Gist options
  • Save lucasmezencio/3152415 to your computer and use it in GitHub Desktop.
Save lucasmezencio/3152415 to your computer and use it in GitHub Desktop.
Split files with tar on shell
tar -czf backup.tar.gz * | split -d -b 5000m - backup.tar.gz.part
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment