source: main/trunk/release-kits/shared/linux/p7z-essentials/DOCS/MANUAL/switches/volume.htm@ 28712

Last change on this file since 28712 was 28712, checked in by ak19, 10 years ago

jts21 - Add files and instructions for building self-extracting jre file

File size: 1.2 KB
Line 
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
2<HTML>
3<HEAD>
4 <META http-equiv="Content-Type" content="text/html; charset=Windows-1252">
5 <TITLE>-v (Create Volumes) switch</TITLE>
6 <LINK href="style.css" rel="stylesheet" type="text/css">
7</HEAD>
8
9<BODY>
10
11<H1>-v (Create Volumes) switch</H1>
12
13<P>Specifies volume sizes.</P>
14
15<H4>Syntax</H4>
16
17<PRE class="syntax">
18-v{Size}[b | k | m | g]
19
20</PRE>
21<DL>
22 <DT>{Size}[b | k | m | g]</DT>
23 <DD>Specifies volume size in Bytes, Kilobytes (1 Kilobyte = 1024 bytes),
24 Megabytes (1 Megabyte = 1024 Kilobytes) or Gigabytes (1 Gigabyte = 1024 Megabytes).
25 if you specify only {Size}, 7-zip will treat it as bytes.</DD>
26</DL>
27
28<P>It's possible to specify several -v switches.</P>
29
30<P><B>NOTE:</B> Please don't use volumes (and don't copy volumes) before finishing archiving.
317-Zip can change any volume (including first volume) at the end of archiving operation.</P>
32
33<H4>Examples</H4>
34
35<PRE class="example">
367z a a.7z *.txt -v10k -v15k -v2m
37</PRE>
38
39<P>creates multivolume <SPAN class="filename">a.7z</SPAN> archive.
40First volume will be 10 KB, second will be 15 KB, and all others will be 2 MB.</P>
41
42<H4>Commands that can be used with this switch</H4>
43
44<P>
45 <A href="../commands/add.htm">a (Add)</A>,
46</P>
47
48</BODY>
49</HTML>
Note: See TracBrowser for help on using the repository browser.