Import Upstream version 1.8.5
[hcoop/debian/openafs.git] / doc / man-pages / pod1 / fs_getverify.pod
CommitLineData
805e021f
CE
1=head1 NAME
2
3fs_getverify - Displays the state of data verification for AFS store operations [Windows only]
4
5=head1 SYNOPSIS
6
7=for html
8<div class="synopsis">
9
10B<fs getverify> [B<-help>]
11
12=for html
13</div>
14
15=head1 DESCRIPTION
16
17The B<fs getverify> command shows the status of data verification for
18store data operations in the AFS client. When enabled, each store data
19operation is followed by a matching fetch data request. If the data does
20not match, the operation is repeated. The complement of this command is
21B<fs setverify> which sets the status of data verification in the client.
22
23=head1 CAUTIONS
24
25The B<fs getverify> command is only available on Microsoft Windows. There
26is no equivalent for other platforms.
27
28=head1 OPTIONS
29
30=over 4
31
32=item B<-help>
33
34Prints the online help for this command. All other valid options are
35ignored.
36
37=back
38
39=head1 OUTPUT
40
41If data verification is enabled, the output is:
42
43 Data verify mode is currently on.
44
45If data verification is disabled, the output is:
46
47 Data verify mode is currently off.
48
49=head1 EXAMPLES
50
51There is only one way to invoke B<fs getverify>:
52
53 % fs getverify
54
55=head1 PRIVILEGE REQUIRED
56
57No special privileges are required for this command.
58
59=head1 SEE ALSO
60
61L<fs_setverify(1)>
62
63=head1 COPYRIGHT
64
65Copyright 2012 Jeffrey Altman <jaltman@your-file-system.com>
66
67This documentation is covered by the BSD License as written in the
68doc/LICENSE file. This man page was written by Jeffrey Altman for
69OpenAFS.