]> git.cworth.org Git - notmuch-wiki/blob - manpages/notmuch-compact-1.mdwn
a80663992dad3a643d2c50204ddb1ad944f8f348
[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 --backup=&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=&lt;directory&gt;</b>
29
30                   Save  the  current  database  to  the given directory before
31                   replacing it with the compacted database. The backup  direc-
32                   tory  must  not exist and it must reside on the same mounted
33                   filesystem as 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
47               Specifies  the  location of the notmuch configuration file. Not-
48               much will use ${HOME}/.notmuch-config if this  variable  is  not
49               set.
50 </pre>
51
52 <h2>SEE ALSO</h2>
53 <pre>
54        <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>
55        <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),
56        <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/'>not-</a>
57        <a href='../notmuch-tag-1/'>much-tag</a>(1)
58 </pre>
59
60 <h2>AUTHOR</h2>
61 <pre>
62        Carl Worth and many others
63 </pre>
64
65 <h2>COPYRIGHT</h2>
66 <pre>
67        2014, Carl Worth and many others
68 </pre>
69
70 <h2>0.18</h2>