]> git.cworth.org Git - notmuch-wiki/blob - manpages/notmuch-compact-1.mdwn
updated manpages using fingerterm on N9
[notmuch-wiki] / manpages / notmuch-compact-1.mdwn
1 <h1>NOTMUCH-COMPACT(1)</h1>
2
3 <h2>NAME</h2>
4 <pre>
5        notmuch-compact - compact the notmuch database
6 </pre>
7
8 <h2>SYNOPSIS</h2>
9 <pre>
10        <b>notmuch</b> <b>compact</b> [ --quiet ] [ --backup=&lt;<u>directory</u>&gt; ]
11 </pre>
12
13 <h2>DESCRIPTION</h2>
14 <pre>
15        The  <b>compact</b>  command can be used to compact the notmuch database. This
16        can both reduce the space required by the database and  improve  lookup
17        performance.
18
19        The  compacted  database is built in a temporary directory and is later
20        moved into the place of the origin database. The  original  uncompacted
21        database  is discarded, unless the <b>--backup=</b>&lt;directory&gt; option is used.
22
23        Note that the database write lock will be held  during  the  compaction
24        process (which may be quite long) to protect data integrity.
25
26        Supported options for <b>compact</b> include
27
28            <b>--backup=</b>&lt;directory&gt;
29
30                Save the current database to the given directory before replac-
31                ing it with the compacted database. The backup  directory  must
32                not  exist and it must reside on the same mounted filesystem as
33                the current database.
34
35            <b>--quiet</b>
36
37                Do not report database compaction progress to stdout.
38 </pre>
39
40 <h2>ENVIRONMENT</h2>
41 <pre>
42        The following environment variables can be used to control the behavior
43        of notmuch.
44
45        <b>NOTMUCH</b>_<b>CONFIG</b>
46               Specifies  the  location of the notmuch configuration file. Not-
47               much will use ${HOME}/.notmuch-config if this  variable  is  not
48               set.
49 </pre>
50
51 <h2>SEE ALSO</h2>
52 <pre>
53        <a href='../notmuch-1/'>notmuch</a>(1),  <a href='../notmuch-count-1/'>notmuch-count</a>(1),  <a href='../notmuch-dump-1/'>notmuch-dump</a>(1), <a href='../notmuch-hooks-5/'>notmuch-hooks</a>(5), <a href='../notmuch-insert-1/'>not-</a>
54        <a href='../notmuch-insert-1/'>much-insert</a>(1), <a href='../notmuch-new-1/'>notmuch-new</a>(1),  <a href='../notmuch-reply-1/'>notmuch-reply</a>(1),  <a href='../notmuch-restore-1/'>notmuch-restore</a>(1),
55        <a href='../notmuch-search-1/'>notmuch-search</a>(1),  <a href='../notmuch-search-terms-7/'>notmuch-search-terms</a>(7),  <a href='../notmuch-show-1/'>notmuch-show</a>(1), <a href='../notmuch-tag-1/'>notmuch-</a>
56        <a href='../notmuch-tag-1/'>tag</a>(1)
57 </pre>
58
59 <h2>Notmuch 0.17</h2>