Tagged Questions
-1
votes
2answers
94 views
How to compress with bzip2 and gzip using xar?
In the "Why Xar" page of the Xar Google Code page it says:
Additionally, this means xar can use different compression methods for each file in the archive. For instance, it might not be a good ...
2
votes
1answer
98 views
Backing Up to a Compressed Archive on Linux
How would you go about backing up just some files and subdirectories of a given directory to a compressed archive so that the tree structure could then easily be recreated from that archive.
...
4
votes
1answer
316 views
Appending checksum information to file
I'd like to embed checksum information into file, that I transfer.
It's tar.gz or tar.xz file and I can only transfer one file to remote side.
How do you recommend I embed checksum information?
I ...
1
vote
1answer
535 views
Updating tar.gz daily only with changed files [duplicate]
Possible Duplicate:
Add/update a file to an existing tar.gz archive?
I have some game files I wish to update daily and they create a tar.gz of the folder, but instead of making a full ...
4
votes
2answers
797 views
What's the difference between tar.gz and tar.Z?
The downloads on this page, e.g. of NetCDF C/C++/Fortran 4.1.3, show tar.Z and tar.gz formats. The tar.Z doesn't even have a configure file in it. What is it used for?
7
votes
6answers
180 views
Is there any program to provide a consistent interface across multiple archive types?
At the moment, if I download a compressed file, it could be any of a .tar.gz archive, a tar.bz2 arhive, a .zip archive or a .gz archive. And each time I do so, I have to remember what the command line ...