1SUP-IMPORT-DUMP(1)                                          SUP-IMPORT-DUMP(1)
2
3
4

NAME

6       sup-import-dump - import message state dump to Sup index
7

SYNOPSIS

9       sup-import-dump [options] dumpfile
10

DESCRIPTION

12       Imports  message  state previously exported by sup-dump into the index.
13       sup-import-dump operates on the index only, so the messages  must  have
14       already  been added using sup-sync.  If you need to recreate the index,
15       see sup-sync --restore instead.
16
17       Messages not mentioned in the dump file will not be modified.
18

OPTIONS

20       -v, --verbose
21              Print message ids as they’re processed
22
23       -i, --ignore-missing
24              Silently skip over messages that are not in the index
25
26       -w, --warn-missing
27              Warn about messages that are not in the index, but continue
28
29       -a, --abort-missing
30              Abort on encountering messages that are not in  the  index  (de‐
31              fault)
32
33       -t, --atomic
34              Use transaction to apply all changes atomically
35
36       -n, --dry-run
37              Don’t  actually  modify  the  index.   Probably only useful with
38              --verbose
39
40       --version
41              Show version information
42
43       -h, --help
44              Show help message
45

SEE ALSO

47       sup(1), sup-sync(1), sup-dump(1)
48

REPORTING BUGS

50       You are welcome to submit bug reports to the Sup issue tracker, located
51       at
52
53       <https://github.com/sup-heliotrope/sup/issues>
54

CONTACT INFORMATION

56       The Sup web page:
57              <http://supmua.org/>
58
59       Code repository:
60              <https://github.com/sup-heliotrope/sup/>
61
62       Sup Wiki:
63              <https://github.com/sup-heliotrope/sup/wiki/>
64
65       Sup IRC channel:
66              #sup @ freenode.net
67
68       Mailing list:
69              supmua@googlegroups.com
70
71              supmua+subscribe@googlegroups.com
72
73              Archives: <https://groups.google.com/d/forum/supmua/>
74
76       Copyright © 2006-2009 William Morgan <mworgan-sup@masanjin.net>
77
78       Copyright @ 2013-2014 Sup developers
79
80       Permission  is  granted  to  copy  and distribute this manual under the
81       terms of the GNU General Public License; either version 2 or  (at  your
82       option) any later version.
83

AUTHORS

85       Sup was originally written by William Morgan <wmorgan-sup@masanjin.net>
86       and is now developed and maintained by the Sup developers.
87
88
89
90Sup User Manual                  April 9, 2012              SUP-IMPORT-DUMP(1)
Impressum