OSDN Git Service

dd8b2e0af85e17229a025bdbf69c9bb6e6161a60
[sevenzip/7-Zip.git] / chm / fm / plugins / 7-zip / add.htm
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">\r
2 <HTML>\r
3 <HEAD>\r
4   <META http-equiv="Content-Type" content="text/html; charset=Windows-1252">\r
5   <TITLE>Add to Archive Dialog Box</TITLE>\r
6   <LINK href="style.css" rel="stylesheet" type="text/css">\r
7 </HEAD>\r
8 \r
9 <BODY>\r
10 \r
11 <H1>Add to Archive Dialog Box</H1>\r
12 \r
13 <P>Allows you to specify options for creating or updating an archive.</P>\r
14 \r
15 <H4>How to call this dialog box</H4>\r
16 <OL>\r
17   <LI>In Windows Explorer or in 7-Zip, right-click the file(s) or folder(s) you want to compress.</LI>\r
18   <LI>Point to <B>7-Zip</B>, and then click the <B>Add to archive...</B> command item.</LI>\r
19 </OL>\r
20 \r
21 <H4>Parameters</H4>\r
22 <DL>\r
23   <DT>Archive</DT>\r
24   <DD>Provides a space for you to specify a destination archive name.\r
25      You can click &quot;<B>...</B>&quot; button to display &quot;Open&quot; dialog box\r
26      that you can use to locate archive.</DD>\r
27 \r
28   <DT>Archive format</DT>\r
29   <DD>Specifies a format of created archive. Some formats (gzip and bzip2) \r
30     do not support compressing more the one file per archive.</DD>\r
31 \r
32   <DT>Compression level</DT>\r
33   <DD>\r
34     <P>Specifies compression level. There are 6 levels of compression:</P>\r
35     <TABLE>\r
36       <TR> <TH>Value</TH> <TH>Meaning</TH> </TR>\r
37       <TR> <TD>Store</TD> <TD>Files will be copied to archive without compression.</TD> </TR>\r
38       <TR> <TD>Fastest</TD> <TD>Fastest compression.</TD> </TR>\r
39       <TR> <TD>Fast</TD> <TD>Fast compression.</TD> </TR>\r
40       <TR> <TD>Normal</TD> <TD>Compression with balanced settings.</TD> </TR>\r
41       <TR> <TD>Maximum</TD> <TD>Can give a higher compression ratio than Normal level.\r
42                But it can be slower, and it can require more memory.</TD> </TR>\r
43       <TR> <TD>Ultra</TD> <TD>Can give a higher compression ratio than Maximum level. \r
44                But it can be slower, and it can require more memory.</TD> </TR>\r
45     </TABLE>\r
46   </DD>\r
47 \r
48   <DT>Compression method</DT>\r
49   <DD>\r
50     <P>Specifies compression method. Each archive format can have its own compression methods:</P>\r
51     <TABLE>\r
52       <TR> <TH>Method</TH> <TH>Description</TH> </TR>\r
53       <TR> <TD>LZMA</TD> <TD>Default compression method of 7z format. It provides high \r
54                      compression ratio and very fast decompression.</TD> </TR>\r
55       <TR> <TD>PPMd</TD> <TD>Dmitry Shkarin's PPMdH algorithm with small changes. \r
56                   Usually it provides high compression ratio and high speed \r
57                   for text files.</TD> </TR>\r
58       <TR> <TD>BZip2</TD> <TD>Standard compression method based on BWT algorithm. \r
59                      Usually it provides high speed and pretty good \r
60                      compression ratio for text files.</TD> </TR>\r
61       <TR> <TD>Deflate</TD> <TD>Standard compression method of ZIP and GZip formats.\r
62              Compression ratio is not too high. But it provides pretty fast \r
63              compressing and decompressing. Deflate method supports only \r
64              32 KB dictionary.</TD> </TR>\r
65       <TR> <TD>Deflate64</TD> <TD>Modified version of Deflate algorithm with \r
66              bigger dictionary (64KB).</TD> </TR>\r
67     </TABLE>\r
68     <P>Estimated 7-Zip performance and memory requirements for AMD Athlon 64 X2 3800+:</P>\r
69     <TABLE>\r
70       <TR> \r
71         <TH class="cc">Method</TH> \r
72         <TH class="cc">Level</TH> \r
73         <TH class="cc">Dictionary Size</TH> \r
74         <TH class="cc">Compressing Speed</TH> \r
75         <TH class="cc">Decompressing Speed</TH> \r
76         <TH class="cc">Memory for Compressing</TH> \r
77         <TH class="cc">Memory for Decompressing</TH> \r
78       </TR>\r
79       <TR>\r
80          <TD class="cc" rowspan="5">LZMA</TD>\r
81          <TD class="cc">fastest</TD>\r
82          <TD class="cc">64 KB</TD>\r
83          <TD class="cc">4.5 MB/s</TD>\r
84          <TD class="cc" rowspan="5">15 MB/s</TD>\r
85          <TD class="cc">3 MB</TD>\r
86          <TD class="cc">3 MB</TD></TR>\r
87       <TR>\r
88          <TD class="cc">fast</TD>\r
89          <TD class="cc">1 MB</TD>\r
90          <TD class="cc">3 MB/s</TD>\r
91          <TD class="cc">10 MB</TD>\r
92          <TD class="cc">3 MB</TD></TR>\r
93       <TR>\r
94         <TD class="cc">normal</TD>\r
95         <TD class="cc">16 MB</TD>\r
96         <TD class="cc">2 MB/s</TD>\r
97         <TD class="cc">186 MB</TD>\r
98         <TD class="cc">18 MB</TD></TR>\r
99       <TR>\r
100         <TD class="cc">maximum</TD>\r
101         <TD class="cc">32 MB</TD>\r
102         <TD class="cc">1.8 MB/s</TD>\r
103         <TD class="cc">376 MB</TD>\r
104         <TD class="cc">34 MB</TD></TR>\r
105       <TR>\r
106         <TD class="cc">ultra</TD>\r
107         <TD class="cc">64 MB</TD>\r
108         <TD class="cc">1.6 MB/s</TD>\r
109         <TD class="cc">709 MB</TD>\r
110         <TD class="cc">66 MB</TD></TR>\r
111       <TR>\r
112         <TD class="cc" rowspan="4">PPMD</TD>\r
113         <TD class="cc">fast</TD>\r
114         <TD class="cc">4 MB</TD>\r
115         <TD class="cc" colspan="2">1.4 MB/s</TD>\r
116         <TD class="cc" colspan="2">6 MB</TD></TR>\r
117       <TR>\r
118         <TD class="cc">normal</TD>\r
119         <TD class="cc">24MB</TD>\r
120         <TD class="cc" colspan="2">1.2 MB/s</TD>\r
121         <TD class="cc" colspan="2">26 MB</TD></TR>\r
122       <TR>\r
123         <TD class="cc">maximum</TD>\r
124         <TD class="cc">64 MB</TD>\r
125         <TD class="cc" colspan="2">1.0 MB/s</TD>\r
126         <TD class="cc" colspan="2">66 MB</TD></TR>\r
127       <TR>\r
128         <TD class="cc">ultra</TD>\r
129         <TD class="cc">192 MB</TD>\r
130         <TD class="cc" colspan="2">0.9 MB/s</TD>\r
131         <TD class="cc" colspan="2">194 MB</TD></TR>\r
132       <TR>\r
133         <TD class="cc" rowspan="4">Deflate</TD>\r
134         <TD class="cc">fast</TD>\r
135         <TD class="cc" rowspan="4">32 KB</TD>\r
136         <TD class="cc">15 MB/s</TD>\r
137         <TD class="cc" rowspan="4">40 MB/s</TD>\r
138         <TD class="cc" rowspan="2">3 MB</TD>\r
139         <TD class="cc" rowspan="4">2 MB</TD></TR>\r
140       <TR>\r
141         <TD class="cc">normal</TD>\r
142         <TD class="cc">3.5 MB/s</TD></TR>\r
143       <TR>\r
144         <TD class="cc">maximum</TD>\r
145         <TD class="cc">1.5 MB/s</TD>\r
146         <TD class="cc" rowspan="2">4MB</TD></TR>\r
147       <TR>\r
148         <TD class="cc">ultra</TD>\r
149         <TD class="cc">0.4 MB/s</TD>\r
150       <TR>\r
151         <TD class="cc" rowspan="3">BZip2</TD>\r
152         <TD class="cc">normal</TD>\r
153         <TD class="cc" rowspan="3">900 KB</TD>\r
154         <TD class="cc">3 MB/s</TD>\r
155         <TD class="cc" rowspan="3">16 MB/s</TD>\r
156         <TD class="cc" rowspan="3">20 MB</TD>\r
157         <TD class="cc" rowspan="3">7 MB</TD></TR>\r
158       <TR>\r
159         <TD class="cc">maximum</TD>\r
160         <TD class="cc">1.2 MB/s</TD>\r
161       <TR>\r
162         <TD class="cc">ultra</TD>\r
163         <TD class="cc">0.4 MB/s</TD>\r
164     </TABLE>\r
165   </DD>\r
166 \r
167   <DT>Dictionary size</DT>\r
168   <DD>\r
169     <P>Specifies Dictionary size for compression method.</P>\r
170     <P>Usually, a higher Dictionary size gives a higher compression ratio.\r
171     But compressing can be slower and it can require more memory.</P>\r
172     <P>\r
173     Memory (RAM) usage for LZMA compressing is about 11 times more than dictionary size.\r
174     Memory usage for LZMA decompressing is close to  value of dictionary size. \r
175     Memory usage for PPMd compressing and decompressing is almost equal \r
176     to dictionary size.</P>\r
177   </DD>\r
178 \r
179   <DT>Word size</DT>\r
180   <DD>\r
181     <P>Specifies the length of words, which will be used to find identical \r
182        sequences of bytes for compression.</P>\r
183     <P>Usually for LZMA and Deflate, big Word size gives a little bit better\r
184        compression ratio and slower compression process.\r
185        A big Word size parameter can significantly increase compression ratio \r
186        for files which contain long identical sequences of bytes. For PPMd,\r
187        the Word size strongly affects both compression ratio and \r
188        compression/decompression speed.</P>\r
189   </DD>\r
190 \r
191   \r
192   <DT>Solid Block size</DT>\r
193   <DD>\r
194     <P>Specifies the size of a solid block. You can also disable solid mode.\r
195           In solid mode all files will be compressed as continuous data blocks. \r
196           Usually compressing to a solid archive improves the compression ratio.\r
197           You can use this option only for 7z archives. With the current version of 7z, you\r
198           can update existing archives only when \r
199           solid mode is switched off and the existing archive is non-solid.</P>\r
200   </DD>\r
201 \r
202   <DT>Number of CPU threads</DT>\r
203   <DD>\r
204     <P>Specifies the number of threads for compressing. \r
205        A big number of threads can speed up compression speed on Multi-Processor systems.\r
206        Sometimes it can increase speed even on single-core CPU.</P>\r
207   </DD>\r
208 \r
209   <DT>Split to volumes</DT>\r
210   <DD>\r
211     <PRE class="syntax">\r
212     {Size}[b | k | m | g]\r
213     </PRE>\r
214 \r
215     <P>Specifies volume sizes in Bytes, Kilobytes (1 Kilobyte = 1024 bytes),\r
216     Megabytes (1 Megabyte = 1024 Kilobytes) or Gigabytes (1 Gigabyte = 1024 Megabytes).\r
217     If you specify only {Size}, 7-zip will treat it as bytes. It's possible to specify\r
218     several values. Example:</P>\r
219 \r
220     <PRE class="example">\r
221     10k 15k 2m\r
222     </PRE>\r
223 \r
224     <P>The first volume will be 10 KB, the second will be 15 KB, and all others will be 2 MB.</P>\r
225    \r
226   </DD>\r
227 \r
228   <DT>Parameters</DT>\r
229   <DD>\r
230     <P>Allows you to specify parameters for compression. See the\r
231     <A href="../../../../cmdline/switches/method.htm">-m (Method)</A> switch description for \r
232     more details. Omit the -m prefix (as in -m switch) when using this dialog box.<P>\r
233     <P><B>Examples</B></P>\r
234     <PRE class="example">\r
235       0=PPMd</PRE>\r
236       <P>uses PPMd method for compressing files.</P>\r
237 \r
238     <PRE class="example">\r
239       0=bcj2 1=lzma:d23 2=lzma 3=lzma b0:1 b0s1:2 b0s2:3</PRE>\r
240       <P>uses BCJ2 filter (for x86 executables) and LZMA.</P>\r
241 \r
242   </DD>\r
243 \r
244   <DT>Update mode</DT>\r
245   <DD>\r
246     <P>Specifies update mode:</P>\r
247     <TABLE>\r
248       <TR> <TH width="30%">Value</TH> <TH>Meaning</TH> </TR>\r
249       <TR> <TD>Add and replace files</TD> <TD>Add all specified files to the archive.</TD> </TR>\r
250       <TR> <TD>Update and add files</TD> <TD>Update older files in the archive and add\r
251                 files that are new to the archive.</TD> </TR>\r
252       <TR> <TD>Freshen existing files</TD> <TD>Update specified files in the\r
253                archive that are older than the selected disk files.</TD> </TR>\r
254       <TR> <TD>Synchronize files</TD> <TD>Replace specified files only if\r
255          added files are newer. Always add those files, which are not\r
256          present in the archive. Delete from archive those files,\r
257          which are not present on the disk.</TD> </TR>\r
258     </TABLE>\r
259   </DD>\r
260 \r
261   <DT>Options</DT>\r
262   <DD>\r
263     <P>Specifies compression options:</P>\r
264     <TABLE>\r
265       <TR> <TH width="30%">Option</TH> <TH>Meaning</TH> </TR>\r
266       <TR> <TD>Create SFX archive</TD> <TD>Create self-extracting archive. You can use this option only \r
267         for 7z archives. Look to \r
268     <A href="../../../../cmdline/switches/sfx.htm">-sfx (Create SFX archive)</A> switch description for \r
269     more details about SFX modules.</TD> </TR>\r
270       <TR> <TD>Compress shared files</TD> <TD>Compress files open for writing by another applications.</TD> </TR>\r
271     </TABLE>\r
272   </DD>\r
273 \r
274   <DT>Encryption</DT>\r
275   <DD>\r
276     <P>Specifies password and encryption options.</P>\r
277     <DL>\r
278       <DT>Enter password</DT>\r
279         <DD>Specify passord here</DD>\r
280       <DT>Reenter password</DT>\r
281         <DD>Reenter passord here for verification</DD>\r
282       <DT>Show Password</DT>\r
283         <DD>Shows Password</DD>\r
284       <DT>Encryption method</DT>\r
285         <DD>Specifies the encryption method. For 7z format, it can be only AES-256.\r
286           For ZIP format you can select ZipCrypto or AES-256. \r
287           Use ZipCrypto, if you want to get archive compatible with most of the ZIP archivers. \r
288           AES-256 provides stronger encryption, but now AES-256 is supported only \r
289           by 7-Zip, WinZip and some other ZIP archivers.\r
290       <DT>Encrypt file names</DT>\r
291         <DD>Enables or disables archive header encryption, including file name encryption.</DD>\r
292     </DL>\r
293   </DD>\r
294 \r
295 \r
296 </DL>\r
297 <UL>\r
298 \r
299 </BODY>\r
300 </HTML>\r