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.
50
votes
20answers
41k views
Compressing with RAR vs ZIP
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 ...
23
votes
8answers
25k views
What’s a good way to extract .rar files on the Mac? [closed]
Anything built-in? (E.g. command line tools.) Any well-regarded software?
Update: I like The Unarchiver, but vote up your favourite, or add it as an answer if it isn’t there.
9
votes
8answers
4k views
What medium should be used for long term, high volume, data storage (archival)?
This question was inspired by How to store and preserve lots of data?
There have been another similar questions, but none with this type of criteria.
This is two questions in one.
How do you store ...
7
votes
5answers
716 views
tag based file organizer
I'm finishing professional school and over the years have acquired a pile of notes and articles that I'd like to hang onto. I'd like to add to them and create sort of an archive of article and files ...
13
votes
4answers
8k 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? ...
6
votes
4answers
1k views
How to split a zip file across INDPENDENT volumes
I have about 12 GB of image tiles made up of about 2 million files. I'd like to zip these up to make transferring them to a server simpler. I just plan on storing the files in the zip files for ...
21
votes
6answers
2k views
How can I evaluate the best choice of archive format for compressing files?
In general, I've observed the following:
Linux-y files or tools use bzip2 or gzip for distributing archives
Windows-y files or tools use ZIP for distributing archives
Many people use 7-Zip for ...
2
votes
5answers
1k views
How do you archive digital photos and videos?
Considering failure rate of digital media, hard disks/cds/DVDs, what is the best way to archive family photos and videos ?
I was thinking of having a couple of hard disks that have the same data. ...
5
votes
7answers
3k views
Winrar-like archive utility for OS X
I've been a Mac user for about 1.5 years and so far enjoyed the experience. But one thing I miss from other operating systems is the lack of compression/decompression utilities that follow the ...
4
votes
2answers
236 views
Are tape archives still used?
In this blog post, Raymond Chen makes a reference to files being on a tape archive. Are tape archives still supported by windows and/or used?
2
votes
3answers
166 views
tar-ing / should I use -C / . or just /
tar cvf backup.tar -C / / # or
tar cvf backup.tar /
produces an archive like
etc/
and gives warnings
tar: Removing leading `/' from member names
tar: Removing leading `/' from hard link ...
2
votes
3answers
6k views
How to remove password protection from compressed files
This has always been a problem for me for a long time. Let's see if any SuperUser can solve this:
I have a directory in which there are lots of password protected .RAR files of which I know the ...
0
votes
1answer
5k views
7zip Add Operation Not Supported?
When I try to add a new file to a zipped archive, I get the message "Operation not supported." Anyone know how to fix this?
1
vote
4answers
437 views
Recommend archiver software on OSX [duplicate]
Possible Duplicate:
What’s a good way to extract .rar files on the Mac?
Please recommend a nice software which will work on Lion. Default one is extracting immediately after I double click ...
1
vote
3answers
188 views
Is there an archive tool (that runs on Windows) that I can set the “execute attribute” in an archive file or zip file?
I have a small set of files I develop on Windows but need to extract and run on Linux. One of those files is a script, StartApp.sh. I'm packaging the files as a zip archive, passing it to my admin, ...
4
votes
2answers
798 views
What is the video format to use for archiving videos for long term storage? [closed]
I want to store some videos for long term. But I'm not sure what is the most compatible video format. I don't want to wake up one day in the future when computers use some totally different ...
1
vote
2answers
2k views
How do I create seperate 7z files from each selected directory with 7zip command line?
FOR %i IN (*.*) DO 7z.exe a "%~ni.7z" "%i"
Does the job for each selected file.
However I've got tons of directories (with files inside them obviously) I need to pack.
Say I have d:\dir1, d:\dir2, ...
1
vote
2answers
257 views
Expand rars like other archives (zip, bzip, gzip, &c) [duplicate]
Possible Duplicate:
What’s a good way to extract .rar files on the Mac?
What (free) program will allow me to double click on a rar and have it just expand everything into a folder, the way ...
5
votes
3answers
2k views
Universal command line unarchiving tool on a Mac
Is there some command line tool which allows extracting files from most known archive types? Something like StuffIt Expander, but without gui.
1
vote
5answers
290 views
when archiving on DVD, should i make a mirror copy similar to RAID 1?
I would like to archive photos. Hard drive (HD) are unreliable after 3-5 years and are not design for long-term storage. DVDs are much better.
From my research i found that TAIYO YUDEN dvd+r is the ...