Man page - public-inbox-compact(1)
Packages contains this manual
- public-inbox-nntpd(1)
- public-inbox-clone(1)
- public-inbox-overview(7)
- public-inbox-extindex-format(5)
- public-inbox.cgi(1)
- public-inbox-httpd(1)
- public-inbox-fetch(1)
- public-inbox-glossary(7)
- public-inbox-extindex(1)
- public-inbox-v2-format(5)
- public-inbox-daemon(8)
- public-inbox-mda(1)
- public-inbox-learn(1)
- public-inbox-v1-format(5)
- public-inbox-xcpdb(1)
- public-inbox-tuning(7)
- public-inbox-convert(1)
- public-inbox-watch(1)
- public-inbox-compact(1)
- public-inbox-edit(1)
- public-inbox-index(1)
- public-inbox-pop3d(1)
- public-inbox-init(1)
- public-inbox-imapd(1)
- public-inbox-config(5)
- public-inbox-purge(1)
- public-inbox-netd(1)
apt-get install public-inbox
Manual
PUBLIC-INBOX-COMPACT
NAMESYNOPSIS
DESCRIPTION
OPTIONS
ENVIRONMENT
CONTACT
COPYRIGHT
SEE ALSO
NAME
public-inbox-compact - compact Xapian DBs in an inbox
SYNOPSIS
public-inbox-compact INBOX_DIR
public-inbox-compact --all
DESCRIPTION
public-inbox-compact is a wrapper for xapian-compact (1) which locks the inbox and prevents other processes such as public-inbox-watch (1) or public-inbox-mda (1) from writing while it operates.
It enforces the use of the "--no-renumber" option of xapian-compact (1) which is required to work with the rest of the public-inbox search code.
This command is rarely needed for active inboxes.
Using the "--compact" option of public-inbox-index (1) is recommended, instead, and only when doing a "--reindex".
OPTIONS
--all
Compact all inboxes configured in ˜/.public-inbox/config. This is an alternative to specifying individual inboxes directories on the command-line.
--blocksize
--no-full
--fuller
These options are passed directly to xapian-compact (1).
ENVIRONMENT
PI_CONFIG
The default config file, normally "˜/.public-inbox/config". See public-inbox-config (5)
XAPIAN_FLUSH_THRESHOLD
The number of documents to update before committing changes to disk. This environment is handled directly by Xapian, refer to Xapian API documentation for more details.
Default: 10000
CONTACT
Feedback welcome via plain-text mail to <mailto:meta@public-inbox.org>
The mail archives are hosted at <https://public-inbox.org/meta/> and <http://4uok3hntl7oi7b4uf4rtfwefqeexfzil2w6kgk2jn5z2f764irre7byd.onion/meta/>
COPYRIGHT
Copyright 2018-2021 all contributors <mailto:meta@public-inbox.org>
License: AGPL-3.0+ <https://www.gnu.org/licenses/agpl-3.0.txt>
SEE ALSO
xapian-compact (1), public-inbox-index (1)