SUP-IMPORT-DUMP(1) General Commands Manual SUP-IMPORT-DUMP(1)
NAME
sup-import-dump - 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 <filename> instead.
Messages not mentioned in the dump file will not be modified.
OPTIONS
--verbose, -v
Print message ids as they're processed
--ignore-missing, -i
Silently skip over messages that are not in the index
--warn-missing, -w
Warn about messages that are not in the index, but continue
--abort-missing, -a
Abort on encountering messages that are not in the index (default)
--atomic, -t
Use transaction to apply all changes atomically
--dry-run, -n
Don't actually modify the index. Probably only useful with --verbose
--version
Show version information
--help, -h
Show help message
SEE ALSO
sup-mail(1), sup-sync(1), sup-dump(1)
AUTHOR
Sup was written by William Morgan <wmorgan-sup@masanjin.net>.
This manual page was written by Per Andersson <avtobiff@gmail.com> for the Debian project (but may be used by others).
April 9, 2012 SUP-IMPORT-DUMP(1)