1
vote
1answer
42 views

How to archive using the shell extension and still exclude files with 7zip?

How can I exclude files from archiving in 7-zip's "Add to Archive" dialogue? I know how to do this from the command line, but it doesn't seem possible from the "Add to Archive" dialogue. I thought ...
4
votes
1answer
85 views

how to “preserve internal directory structure” when unzipping on windows?

I'm tring to build boost, in instructions I've read When you extract the library from its zip file, you must preserve its internal directory structure (for example by using the -d option when ...
1
vote
2answers
199 views

Synchronizing files using 7zip and the CLI

In the command line, 7zip has the command 'a' to "Add files to archive". But I want to sync the files instead. This is one of the main options in the GUI, but the CLI has disregarded it for some ...
0
votes
2answers
111 views

Split zip archive containing folders now contains “corrupt” zip archive

I zipped and split two folders with 7zip, so I got File.zip.001 to File.zip.010. I renamed them to Foo.zip.001 to Foo.zip.010, and if I open them now, they only contain a "Foo.zip" file. Upon ...
2
votes
0answers
368 views

Can you fix a corrupted 7z file?

So, I had a cd, with a scratch on it. The cd contained a 7z file. When I try to copy the file it gave me an error, so I used corrupted disk repair fixer and I managed to open the 7z, and view the ...
2
votes
1answer
204 views

How do I add files from a directory to a .zip-File using the 7zip command line?

I am using the 7zip command line to zip-up files. How can I add all files and subdirectorys from a folder to a zip file (.jar archive file)? I used: 7zip.exe a -t7z file.zip C:\folder Thank you.
3
votes
1answer
801 views

7-Zip many files from different folders?

I would like to add a large number of files with different names from different folders to a single 7-Zip archive using 7za.exe. This should be simple, but it turned out to be a major pain. I created ...
0
votes
0answers
96 views

Disk backup with 7-Zip/WinRAR? [closed]

I'm thinking of doing a disk backup with 7-Zip or maybe WinRAR, and some MBR backup utility like this. I do not need incremental/differential backup, only a "full" one, and I'd like it to be split ...
0
votes
0answers
20 views

Searching for: Windows 7 unarchiver tool similar to Mac's unarchiver? [duplicate]

Possible Duplicate: 7-zip & Windows 7: Make “Extract to <folder>” default on double-click I know of WinRAR and 7-zip. I am searching for a tool that will simply ...
1
vote
1answer
397 views

Create a 7-Zip including only specified folder and excluding certain extensions. No scanning

I'm trying to create a 7-Zip archive that would compress a certain folder (only specified one!) while excluding a certain file extension. I've come up with this: "PATH-TO-7Z.EXE" a archive.7z ...
3
votes
2answers
171 views

How to print dir tree of a 7zip archive?

Before extract archive.7z, I always check what in side: $ 7z l archive.7z ...SKIP... 2010-01-01 00:00:00 ..... 25856 7367 jsloader/resource/gre/modules/source-editor-textarea.jsm ...
0
votes
2answers
154 views

Seeking a GUI archiver with the ability to exclude files/folders with tickboxes

I've been searching for a GUI tool to create zip, 7-zip or tar archives that will allow me to include and exclude files and folders using a GUI. The dialog during archive creation should look ...
0
votes
1answer
234 views

7-zip archive with hard links?

I see that tar respects hard links $ ln clonezilla.iso test.iso $ tar cfvvJ archive.tar.xz *.iso -rw-r--r-- Steven 111149056 2012-03-25 07:34 clonezilla.iso hrw-r--r-- Steven 0 2012-03-25 ...
2
votes
3answers
3k views

How do I enable multi-threaded LZMA2 using 7-zip 9.20 on the command line?

How do I enable multi-threaded LZMA2 using 7-zip 9.20 on the command line? I know this is normally done with the -t option like so: "-tzip" . How do I do this with LZMA2? I tried -tlzma and ...
1
vote
1answer
36 views

Exctract files to a different folder

On a Windows XP machine, I have a zip file located on "c:\temp\mydata\okidata.zip"; using 7-Zip application, I would like to write a batch script and extract the file silently to the following ...
1
vote
1answer
1k views

How to add files to specified folder in archive with 7zip command line

I have folders and files on my disk C:\builds\main.exe D:\components\a\testa.exe D:\components\b\testb.exe D:\components\c\testc.exe D:\dependencies\abc.dll Can I create an archive with 7z command ...
4
votes
1answer
630 views

Files inside archives can't be opened inside 7zip

I open the archive inside 7zip, then double-click a file inside the archive to open it with the associated application, and I get "File not found" errors in the app (for example opening a image in ...
2
votes
2answers
2k views

How to search the content of archives (7z)?

I am looking for a way to search the content of files inside of 7z archive without having to unpack the archive. I have many 7z archives with code inside them and I'd like to search them. Is there a ...
1
vote
1answer
2k views

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

If I have an archive,e.g. some.zip that contains one or more files. How can I extract with 7zip only one file(I know the name of the file) from the command line in Windows?
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, ...
2
votes
2answers
2k views

How do I create seperate zip files for each selecterd file/dir in 7zip?

This is the internal zip packer from Total Commander: However I want to use my 7zip packer. When I selecet 5 files, I get 5 seperate .zip archives for each selected file. How do I do that in 7zip?
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 ...
1
vote
1answer
510 views

How can I updated an encrypted 7zip archive without losing encryption?

I created a 7zip archive with AES encryption. I included the option to encrypt the filenames. When I updated the file however I am no longer prompted for a password to open the file and can view the ...
4
votes
2answers
4k views

7 zip extract recursively

I have several folders, and within each folder, there are zip files. I want to run a command line order to recursively go through every folder and extract in place every archived file that it finds, ...
2
votes
3answers
121 views

Where can I find 7z format adoption?

How widespread is this format? What archivers support it? I would like to replace zip files I create with 7z. But I'm afraid some people will have problems opening them. Edit: The main reason I want ...
2
votes
4answers
429 views

How to get 100% identical compressed files, for source files that only differ in creation date?

I want to be able to compress a file losslessly, and if the original file is identical to another user's file, I want both of our compressed files to match, even if the original file dates are ...
2
votes
2answers
362 views

How to get a specified file extracted from a JAR file using a batch file?

I have a test.jar file on windows and I want to use 7-zip to get a certain file from outside of the archive, such as the "com/app/test/FILE.class" file. I only have access to java, 7-zip, and the ...
3
votes
2answers
839 views

Tesing archive with 7-zip

I recently had an issue with corrupted archive files and read about 7-zip being able to test archive files. Would this be useful for trying to fix or remove corrupted archive files for me? If so, how ...
4
votes
3answers
24k views

Howto unzip “.xz” file with 7z and lzma

I tried to uncompressed a "*.xz" file with both 7z and lzma. But they gave me such message: $ 7z x myfile.fq.xz 7-Zip 4.57 Copyright (c) 1999-2007 Igor Pavlov 2007-12-06 p7zip Version 4.57 ...
7
votes
3answers
8k views

Best Secure Encryption for Zip Files via Linux

I want to use highly secure encryption for zipped files via Linux/Ubuntu using a command line terminal, what is the best command line tool to get this job done? zip -e -P PASSWORD file1 file2 file3 ...
0
votes
1answer
3k views

Unzip a multi-file zip archive in freebsd

I created a multi-file zip archive of some files using 7zip on Windows to allow more easy uploading to my server. I now want to unzip this archive on the server, but I get this error: [user@host ...
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?
2
votes
3answers
1k views

How to add a root folder to files archived with 7zip

I want to create a distribution archive of my code that includes a subset of directories and excludes all the subversion files. I would like the files to be added to the archive with a root folder ...
1
vote
3answers
2k views

programmatically extract tar.gz in a single step (on windows with 7zip)

PROBLEM: I would like to be able to extract tar.gz files in a single step. This makes my question almost identical to this one: stackoverflow question for tar-gz. My question is almost the same, but ...
5
votes
5answers
9k 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 ...