You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
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
# You probably need to install a newer version of split for this to work.
# try `brew install coreutils`
# or `sudo port install coreutils`
# set a part size that works with FAT32 drives
PART_SIZE=3999
# nice little intro
echo""
echo""
echo""
echo"F R E E M A N I N D U S T R I E S"
echo""
echo"This script copies a directory in its entirety to a new destination, and automatically splits files greater than 4gb along the way without compression."
echo""
echo"The 3rd argument, prefix, is optional. If left out, files will be outputted as .00, .01."
echo"Here's an example - specify abc as the prefix, and the result will be .abc00, .abc01."
echo""
echo"I built this to easily copy my PS3 backups to a FAT32 drive."
echo"For Multiman backups, specify 666 and the split files will be output as .66600, .66601 which Multiman successfully extracts."