Questions tagged [archive]

Use this tag for questions about files containing other files and/or folders, that are not covered by a more specific tag like tar, cpio, zip, rar, ar, 7z (in that case only use the specific tags). For generic questions about making security backups and rsync's archive mode, use backup.

238 questions
4
votes
1 answer

Utility to easily extract archives

A while back I came across a utility that you could pass an archive to and it would not only take care of figuring out the unarchiver to use, but use the correct command line options, and ensure that the contents of the archive ended up in their own…
user17451
3
votes
1 answer

Is there a GUI tool to show an archive information with ratio visualization?

Is there a GUI tool to show an archive information with ratio visualization like this:
Ivan
  • 17,708
2
votes
1 answer

How to brute force ARJ password

The other day I found a 3,5" floppy in my basement. It's one of my backup floppies I used in 1995 and it has several ARJ archives on it. I still have a floppy drive and yes, it is still readable :-) The thing is that the archives are password…
Jan
  • 7,772
  • 2
  • 35
  • 41
1
vote
0 answers

how can I parse parameter to XZ compressor in dar?

in tar I can use XZ_OPT='-9e --thread=10', how can I do this in dar. At least I want to be able to use multithread xz compressor. Any idea how to achieve this? The same env does not work for dar, it is always single threaded.
Wang
  • 1,296
0
votes
2 answers

How to physically move a file within the same partition

If I'm working just inside one partition, could I move files around? The idea is to refresh an SD card against bit rot, but without moving the files out and in again.
Quora Feans
  • 3,866
0
votes
1 answer

How do I determine low-level file type?

file(1), when directed at some files, says e.g. "Debian binary package (format 2.0)" for *.deb or "OpenDocument text" for *.odt. I'd like to instead have a way to determine what low-level type of archive is used: e.g. it could be ar for Debian…
Ruslan
  • 3,370
0
votes
1 answer

How to undo an unrar?

Possible Duplicate: How to de-unzip, de-tar -xvf — de-unarchive in a messy folder? I just extracted a RAR archive that contained a lot of files in the base directory. Assuming that there were no filename collisions, what's the easiest way to…
user4518
-9
votes
2 answers

Which program is not used for archiving?

Which program is not used for archiving ? Gzip, tar, cpio or zip ? I thought cpio is used to copy files from the archive that is why i am a little confused. Out of the four programs which one is not used for archiving or is it a trick question? to…
redcaddy
  • 225