Timeline for "gzip: stdin: unexpected end of file" after using tar with split
Current License: CC BY-SA 4.0
5 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Nov 13, 2022 at 18:09 | vote | accept | Martin Müller | ||
| Nov 13, 2022 at 18:01 | answer | added | Stephen Harris | timeline score: 1 | |
| Nov 13, 2022 at 17:39 | comment | added | doneal24 | The last file inside your .000 archive is probably (almost certainly) split across .000 and .001 so you're not extracting it. You'll probably get an error if you try to extract from .001 since its header is not that of a zip archive. You need to cat all of the files together and pipe that to tar. The archive is not much smaller since most image formats are already compressed. Trying to compress them again might actually increase the file size. | |
| S Nov 13, 2022 at 17:31 | review | First questions | |||
| Nov 13, 2022 at 18:11 | |||||
| S Nov 13, 2022 at 17:31 | history | asked | Martin Müller | CC BY-SA 4.0 |