Created
May 3, 2018 08:41
-
-
Save sqlsimon/f07067caebefa6d0eff20bc1ce17060f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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