The command
tar rzf archive.tar.gz file
returns "abort"
If I don't want to ungzip the archive, I can't add files to it, isn't?
Thanks !
If I don't want to ungzip the archive, I can't add files to it, isn't?
Thanks !
> If I don't want to ungzip the archive, I can't add files to it, isn't?
> Thanks !
tar -rvzf ar.tgz d
tar: Cannot update compressed archives
tar: Error is not recoverable: exiting now
Neither can you compress a non gz'ed
tar archive file while appending
tar -rvzf ar.tar d
tar: Cannot update compressed archives
tar: Error is not recoverable: exiting now
:(
Now let's hope somebody posts a nice
one-liner.
--
Etienne Marais
Cosmic Link
South Africa
In the meantime here is my attempt:Quote:> Now let's hope somebody posts a nice
> one-liner.
tar -czf newfile.tgz newfile && tar -Af original_tar_gz.tgz newfile.tgz
So you never get to decompress your original archive...
--
Etienne Marais
Cosmic Link
South Africa
1. How does one compres files in this .tar.gz .Z and .tar.Z
I'm quite new at this and I don't know how to compress into
this formats.
if you do gzip, you get a .gz file, but how do I get the rest...
Also which is better????
Luis
2. Job: Director of Information Security
3. tarzfaq.txt What are and how to handle tar.Z and tar.gz files
4. Plug and play internal lifestyle modem
5. help copying large .tar and .tar.gz files
6. Sco Open Server 5.0.2 - Retrieving current console number to program
7. Creating a .tar.gz archive.
8. Question about paging statistics generated via sar -p ......
9. StarOffice 4.0 download: broken tar.gz archives?
10. extract single file from tar gz archive
11. Extracting files with tar and uncompress fails with tar: Archive - EOF not on block boundary
12. Extracting files from multivolume tar archive made with SCO tar