C
C
chelkaz2017-04-27 01:04:12
linux
chelkaz, 2017-04-27 01:04:12

Faced a problem. How and with what to compress 15 million files of 10-100 kilobytes?

I do it on MacOS, I tried it in tar:
tar -cvpfz
But an hour later I got - tar: Error exit delayed from previous errors.
I need to pack them into one archive to put on a cloud drive, such as Google Drive.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
J
jcmvbkbc, 2017-04-27
@jcmvbkbc

But an hour later I got - tar: Error exit delayed from previous errors.

Remove the useless v and run again - you will get a list of those very previous errors. We will talk about them further.

V
Victor Taran, 2017-04-27
@shambler81

`--ignore-failed-read'

A
Armenian Radio, 2017-04-27
@gbg

1 Fill in the free space with zeros.
2 unmount
3 compress disk image to 7z

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question