2012-08-20 14:48:00 +02:00
|
|
|
.TH NOTMUCH-DUMP 1 2012-08-20 "Notmuch 0.14"
|
2011-12-19 03:38:24 +01:00
|
|
|
.SH NAME
|
2012-06-24 23:53:27 +02:00
|
|
|
notmuch-dump \- creates a plain-text dump of the tags of each message
|
2011-12-19 03:38:24 +01:00
|
|
|
|
|
|
|
.SH SYNOPSIS
|
|
|
|
|
|
|
|
.B "notmuch dump"
|
2012-08-04 04:23:11 +02:00
|
|
|
.RI "[ --output=<" filename "> ] [--]"
|
2011-12-19 03:38:24 +01:00
|
|
|
.RI "[ <" search-term ">...]"
|
|
|
|
|
|
|
|
.SH DESCRIPTION
|
|
|
|
|
|
|
|
Dump tags for messages matching the given search terms.
|
|
|
|
|
2012-08-04 04:23:11 +02:00
|
|
|
Output is to the given filename, if any, or to stdout.
|
2011-12-19 03:38:24 +01:00
|
|
|
|
|
|
|
These tags are the only data in the notmuch database that can't be
|
|
|
|
recreated from the messages themselves. The output of notmuch dump is
|
|
|
|
therefore the only critical thing to backup (and much more friendly to
|
|
|
|
incremental backup than the native database files.)
|
|
|
|
|
|
|
|
With no search terms, a dump of all messages in the database will be
|
|
|
|
generated. A "--" argument instructs notmuch that the
|
|
|
|
remaining arguments are search terms.
|
|
|
|
|
2011-12-20 02:41:48 +01:00
|
|
|
See \fBnotmuch-search-terms\fR(7)
|
|
|
|
for details of the supported syntax for <search-terms>.
|
|
|
|
|
2011-12-19 03:38:24 +01:00
|
|
|
.RE
|
2011-12-20 02:41:48 +01:00
|
|
|
.SH SEE ALSO
|
|
|
|
|
|
|
|
\fBnotmuch\fR(1), \fBnotmuch-config\fR(1), \fBnotmuch-count\fR(1),
|
2012-03-11 22:36:16 +01:00
|
|
|
\fBnotmuch-hooks\fR(5), \fBnotmuch-new\fR(1), \fBnotmuch-reply\fR(1),
|
|
|
|
\fBnotmuch-restore\fR(1), \fBnotmuch-search\fR(1),
|
|
|
|
\fBnotmuch-search-terms\fR(7), \fBnotmuch-show\fR(1),
|
|
|
|
\fBnotmuch-tag\fR(1)
|