I have a folder with about 1 gig worth of images I have to upload to a server.
I want to zip/tar them up, preferably into multiple files that I can upload to my ubuntu server.
Then I want to unzip/untar them.
What's the best way to do this?
|
feedback
|
|
I wouldn't compress a folder containing images unless they're stored in an uncompressed format (hope it's not the case); however use:
to zip and split
to restore the directory. If you just want to split/un-split the directory simply remove the commands | |||
|
feedback
|
|
I would suggest raring them. Ubuntu has a few packages that can handle them and it seems to handle breaking up the archive the best. | |||||||||||||
feedback
|
|
Another option would be to use tar and 7zip on them. In some cases 7zip can provide better compression that rar and is also free software. | |||
|
feedback
|