Skip to content

Instantly share code, notes, and snippets.

@sqlsimon
Created May 3, 2018 08:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sqlsimon/f07067caebefa6d0eff20bc1ce17060f to your computer and use it in GitHub Desktop.
Save sqlsimon/f07067caebefa6d0eff20bc1ce17060f to your computer and use it in GitHub Desktop.
Spliting large files into 1GB chunks for copying.
Go and get the portable 7za from https://www.7-zip.org/download.html Grab the one labelled
(7-Zip Extra: standalone console version, 7z DLL, Plugin for Far Manager)
The following command will use the fastest compression and split into 1GB chunks
7za a c:\temp\<archive name>.7z c:\temp\<source_files>.* -v1000m -mx1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment