logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Authors

       Sup was originally written  by  William  Morgan  <wmorgan-sup@masanjin.net>  and  is  now  developed  and
       maintained by the Sup developers.

Sup User Manual                                   April 9, 2012                               SUP-IMPORT-DUMP(1)

Contact Information

TheSupwebpage:
              <http://supmua.org/>

       Coderepository:
              <https://github.com/sup-heliotrope/sup/>

       SupWiki:
              <https://github.com/sup-heliotrope/sup/wiki/>

       SupIRCchannel:
              #sup @ freenode.net

       Mailinglist:supmua@googlegroups.com

              supmua+subscribe@googlegroups.com

              Archives: <https://groups.google.com/d/forum/supmua/>

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.

Name

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

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

Reporting Bugs

       You are welcome to submit bug reports to the Sup issue tracker, located at

       <https://github.com/sup-heliotrope/sup/issues>

See Also

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

Synopsis

       sup-import-dump [options] dumpfile

See Also