Skip to main content

Questions tagged [archiving]

Archiving can refer to the process of archiving files or the process of archiving data. File archiving is combining one or multiple files into one file or container. Data archiving is the process of relocating data that is no longer actively used to a separate storage area for long-term retention.

333 votes
9 answers
641k views

How can I extract .rar files on the Mac?

How can I extract RAR files in macOS? The built-in Archive Utility only supports ZIP. Is there anything else, built-in or third-party, that also supports RAR? I don't mind whether it's Terminal-only ...
Paul D. Waite's user avatar
220 votes
18 answers
52k views

What is the advantage of using 'tar' today?

I know that tar was made for tape archives back in the day, but today we have archive file formats that both aggregate files and perform compression within the same logical file format. Questions: ...
MarcusJ's user avatar
  • 2,125
174 votes
6 answers
290k views

How to download a website from the archive.org Wayback Machine?

I want to get all the files for a given website at archive.org. Reasons might include: the original author did not archived his own website and it is now offline, I want to make a public cache from ...
user36520's user avatar
  • 2,985
91 votes
21 answers
159k views

Compressing with RAR vs ZIP [closed]

A lot of people are compressing files with RAR, sending compressed files with RAR and so on. ZIP is more standard and works on all platforms. Windows users have ZIP included and Linux users have no ...
80 votes
16 answers
62k views

What medium should be used for long term, high volume, data storage (archival)?

This question was inspired by https://superuser.com/questions/374386/how-to-store-and-preserve-lots-of-data. There have been other similar questions, but none with the same criteria. This is two ...
user606723's user avatar
  • 1,568
77 votes
6 answers
200k views

How do I password protect a .tgz file with tar in Unix?

I'm using the Unix tar command as follows to tar up a directory and its files: tar cvzf fileToTar.tgz directoryToTar Is there a way to password protect the .tgz file? I've created password-...
c12's user avatar
  • 871
60 votes
5 answers
106k views

Extract a certain file from an archive with 7-Zip from the command line

If I have an archive, for example, some.zip that contains one or more files, how can I extract only one file (I know the name of the file) with 7-Zip from the command line in Windows?
Kiesoo's user avatar
  • 703
55 votes
11 answers
290k views

How do I reassemble a zip file that has been emailed in multiple parts?

I received 3 emails each containing part of a zip file. The extensions end in .z00, .z01 and .z02. (Emailed as such to get around the typical 10Mb attachment limit per email.) I have put all 3 files ...
Guy's user avatar
  • 4,137
53 votes
3 answers
39k views

How secure are password-protected zip files?

In modern zip utilities like 7zip, you can specify a password when creating a .ZIP file. But, how secure is this? What encryption algorithm(s) are used to secure password-protected zip files?
Justin Ethier's user avatar
50 votes
5 answers
170k views

How do I create separate zip files for each selected file/directory in 7zip?

This is the internal zip packer from Total Commander: However I want to use my 7zip packer. When I select 5 files, I get 5 separate .zip archives for each selected file. How do I do that in 7zip?
Grumpy ol' Bear's user avatar
49 votes
6 answers
44k views

What is the difference between TAR vs CPIO archive file formats?

I am curious and did a bit of reading but still have questions. What makes CPIO different than TAR? I was told in another question that tar is for pulling together many files into 1 archive which ...
AtomicPorkchop's user avatar
45 votes
13 answers
182k views

How can I scan multiple pages into a single PDF?

How could I scan multiple pages into a single PDF on the Mac? This is for document archival (mostly invoices and receipts). Ideally, the results should be somewhat searchable (but manually giving it ...
Thilo's user avatar
  • 3,395
45 votes
1 answer
194k views

Extracting a tar.gz file returns, “This does not look like a tar archive.”

I have a tar.gz file and I want to extract it using terminal. I used following commands: tar tvzf ldtp_3.5.0.orig.tar.gz and tar -xvzf ldtp_3.5.0.orig.tar.gz. However, I get the same result for both ...
TheRookierLearner's user avatar
44 votes
5 answers
83k views

tar – extract discarding directory structure

unzip has a nifty option -j, whereby the directory structure of the archive is discarded, and all files are extracted into the same directory. Is there a way of making tar work in the same way? ...
Benji XVI's user avatar
  • 543
44 votes
3 answers
154k views

How to set password on already existing winrar archive and encrypt it also?

Not when creating new archive, but on existing archive. I would also like to know how to do that in other archiver.
Boris_yo's user avatar
  • 5,894

15 30 50 per page
1
2 3 4 5
44