Okay so I have a situation where I need to tar.gz some data that is over 6Gigs.. But the target directory can't handle anything larger than a 2gig file.. This is some strange 32bit file system limit that I currently for various reason can not get around..
So I thought, okay lets tar it and pip it to split.. Right now I am testing this on a directory I have that is a hair under 1 gig.. I am going to test this by splitting it into two 500meg files. So here is what I am doing..
tar czf - /home/sj/ZoneCD/* |split -d --bytes=500m - /tmp/backup-`date +%Y%m%d`.