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-dump - dumps message state from 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-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

       Dumps  all  message  state  from  the  Sup  index to standard out.  You can later use sup-sync --restored
       --restore to recover the index.

       This tool is primarily useful in the event that a Sup upgrade breaks index format compatibility.

Examples

       Dump message state and store in file

              sup-dump > filename

       Dump message state and compress output to store in file

              sup-dump | bzip2 > filename.bz2

Name

       sup-dump - dumps message state from Sup index

Options

-v,--version
              Print version and exit

       -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-import-dump(1)

Synopsis

       sup-dump [options]

See Also