]> Cypherpunks.ru repositories - nncp.git/blob - doc/cmd/nncp-check.texi
Add various documentation indices
[nncp.git] / doc / cmd / nncp-check.texi
1 @node nncp-check
2 @pindex nncp-check
3 @section nncp-check
4
5 @example
6 $ nncp-check [-nock] [-cycle INT] [options]
7 @end example
8
9 Perform @ref{Spool, spool} directory integrity check. Read all files
10 that has Base32-encoded filenames and compare it with recalculated
11 @ref{MTH} hash output of their contents.
12
13 The most useful mode of operation is with @option{-nock} option, that
14 checks integrity of @file{.nock} files, renaming them to ordinary
15 (verified) encrypted packets.
16
17 @option{-cycle} option tells not to quit, but to repeat checking every
18 @option{INT} seconds in an infinite loop. That can be useful when
19 running this command as a daemon.