sup-import-dump - Man Page
import message state dump to Sup index
Synopsis
sup-import-dump [options] dumpfile
Description
Imports message state previously exported by sup-dump into the index. sup-import-dump operates on the index only, so the messages must have already been added using sup-sync. If you need to recreate the index, see sup-sync --restore instead.
Messages not mentioned in the dump file will not be modified.
Options
- -v, --verbose
Print message ids as they’re processed
- -i, --ignore-missing
Silently skip over messages that are not in the index
- -w, --warn-missing
Warn about messages that are not in the index, but continue
- -a, --abort-missing
Abort on encountering messages that are not in the index (default)
- -t, --atomic
Use transaction to apply all changes atomically
- -n, --dry-run
Don’t actually modify the index. Probably only useful with --verbose
- --version
Show version information
- -h, --help
Show help message
See Also
Reporting Bugs
You are welcome to submit bug reports to the Sup issue tracker, located at
Contact Information
- The Sup web page:
- Code repository:
- Sup Wiki:
- Sup IRC channel:
#sup @ freenode.net
- Mailing list:
supmua@googlegroups.com
supmua+subscribe@googlegroups.com
Archives: <https://groups.google.com/d/forum/supmua/>
Copyright
Copyright © 2006-2009 William Morgan <mworgan-sup@masanjin.net>
Copyright @ 2013-2014 Sup developers
Permission is granted to copy and distribute this manual under the terms of the GNU General Public License; either version 2 or (at your option) any later version.
Authors
Sup was originally written by William Morgan <wmorgan-sup@masanjin.net> and is now developed and maintained by the Sup developers.