vadviktor
10/5/2015 - 3:03 PM

tar a large file and split into 500MB chunks

tar a large file and split into 500MB chunks

tar c large.file | split -d -a 3 -b 500M --verbose - large.file.