GNOME Bugzilla – Bug 542424
Tar.bz2 archives create uncompressed archive files
Last modified: 2008-08-05 09:13:26 UTC
When creating a tar.bz2 archive, f-r first makes a .tar, then bzip2s it. That causes unnecessarily huge disk usage. That means I can't archive a 6G directory with 7G free space, because the .tar will eat up all the space left. Expected result: Pipe everything to bzip2 directly, without creating temp files, so that the above scenario can run to end without exhausting disk space.
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.