1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
|
.TH icepatch2calc 1
.SH NAME
icepatch2calc - IcePatch2 tool to compress files and calculate checksums.
.SH SYNOPSIS
icepatch2calc [options] data_dir [file...]
.SH DESCRIPTION
IcePatch2 tool to compress files and calculate checksums. Full documentation
for icepatch2calc is available online at:
.br
"https://doc.zeroc.com/display/Ice36/Using+icepatch2calc".
.SH OPTIONS
.TP
.BR \-h ", " \-\-help\fR
.br
Displays a help message.
.TP
.BR \-v ", " \-\-version\fR
Displays the Ice version.
.TP
.BR \-z ", " \-\-compress\fR
.br
Normally, icepatch2calc scans the data directory and compresses a file only
if no compressed version exists, or if the compressed version of a file has a
modification time that predates that of the uncompressed version. If you
specify -z, the tool re-scans and recompresses the entire data directory,
regardless of the time stamps on files. This option is useful if you suspect
that time stamps in the data directory may be incorrect.
.TP
.BR \-Z ", " \-\-no-compress\fR
.br
This option allows you to create a client-side checksum file. Do not use this
option when creating the checksum file for the server — the option is for
creating a client-side IcePatch2.sum file for updates of software on
distribution media.
.TP
.BR \-i ", " \-\-case\-insensitive\fR
.br
This option disallows file names that differ only in case. (An error message
will be printed if icepatch2calc encounters any files that differ in case
only.) This is particularly useful for Unix servers with Windows clients,
since Windows folds the case of file names, and therefore such files would
override each other on the Windows client.
.TP
.BR \-V ", " \-\-verbose\fR
.br
This option prints a progress message for each file that is compressed and for
each checksum that is computed.
.SH SEE ALSO
.BR icepatch2client (1),
.BR icepatch2server (1)
|