What Linux archiver supports splitting archive into pieces?
Posted
by taw
on Stack Overflow
See other posts from Stack Overflow
or by taw
Published on 2010-04-27T04:21:18Z
Indexed on
2010/04/27
4:23 UTC
Read the original article
Hit count: 363
linux
I need files to be <= 5GB to put on S3.
Right now I have an ugly tar / gzip / cut before upload, then cat / zcat / tar on download, but it's really ugly - and nearly every archiver should support archive splitting right?
What's the best way?
© Stack Overflow or respective owner