I am not sure if you got an answer for your question below:<br><div><span class="gmail_quote"><br>> </span> to copy files/directories from .bz2 <span id="st" name="st" class="st">tarball </span>for editing without decompressing the 
<span id="st" name="st" class="st">tarball<br><br><br>but you can't do that. First you have to decompress, then edit, then compress again.  In order<br>to see the contents of a tarball all you have to do is use the "t" flag, for example
<br><br>tar -jtf tarball.bz2<br><br></span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">> My goal is to transfer data between computers on CD/DVD.  After burning
<br>> their properties change but I need to retain their original so I have<br>> to "tar -jcpf tarball.bz2" creating a compressed tarball.  Then I get<br>> it burned on CD/DVD.<br>></blockquote><div>
<br><br>You can do system backups as well if you add the "P" flag to the options not to stip<br>leading "/". <br> </div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
> I'm also searching another alternative.  Any suggestion?  TIA<br>></blockquote><div><br><br>The only other compression scheme that I know is 'zip' which can be combined with 'tar'<br>by passing the 'z' flag instead of 'j' for bz2. Zip works well and fast for relatively small tarballs.
<br><br></div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">> Furthermore I don't know whether I can add an edited file/directory<br>
> back to .bz2 tarball again replacing the old one.  Some compression<br>> will allow doing this way.<br>></blockquote><div><br><span id="st" name="st" class="st">Notice that if you choose any sort of compression for a tarball then you cannot do any 
<br>
incremental additions to it.</span><br></div><br></div><br>