tar a large file and split into 500MB chunks
tar c large.file | split -d -a 3 -b 500M --verbose - large.file.