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?
|
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? |
|||
|
|
|
7zip can do this, it also has the best compression I've ever found (for my specific needs anyway). |
|||
|
|
|
The most common answer for 'can |
|||
|
|