This is the command sup-dump that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator
PROGRAM:
NAME
sup-dump - dumps message state from Sup index
SYNOPSIS
sup-dump [options]
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.
OPTIONS
-v, --version
Print version and exit
-h, --help
Show help message
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
Use sup-dump online using onworks.net services