Update NEWS for 1.8.0pre3
[pkg-k5-afs_openafs.git] / doc / man-pages / pod1 / fs_getverify.pod
blobbfdaf236b2a934adb624618c763ab37a032870bd
1 =head1 NAME
3 fs_getverify - Displays the state of data verification for AFS store operations [Windows only]
5 =head1 SYNOPSIS
7 =for html
8 <div class="synopsis">
10 B<fs getverify> [B<-help>]
12 =for html
13 </div>
15 =head1 DESCRIPTION
17 The B<fs getverify> command shows the status of data verification for
18 store data operations in the AFS client. When enabled, each store data
19 operation is followed by a matching fetch data request.  If the data does
20 not match, the operation is repeated. The complement of this command is
21 B<fs setverify> which sets the status of data verification in the client.
23 =head1 CAUTIONS
25 The B<fs getverify> command is only available on Microsoft Windows.  There
26 is no equivalent for other platforms.
28 =head1 OPTIONS
30 =over 4
32 =item B<-help>
34 Prints the online help for this command. All other valid options are
35 ignored.
37 =back
39 =head1 OUTPUT
41 If data verification is enabled, the output is:
43    Data verify mode is currently on.
45 If data verification is disabled, the output is:
47    Data verify mode is currently off.
49 =head1 EXAMPLES
51 There is only one way to invoke B<fs getverify>:
53    % fs getverify
55 =head1 PRIVILEGE REQUIRED
57 No special privileges are required for this command.
59 =head1 SEE ALSO
61 L<fs_setverify(1)>
63 =head1 COPYRIGHT
65 Copyright 2012 Jeffrey Altman <jaltman@your-file-system.com>
67 This documentation is covered by the BSD License as written in the
68 doc/LICENSE file. This man page was written by Jeffrey Altman for
69 OpenAFS.