CYR_BACKUP(8) | Cyrus IMAP | CYR_BACKUP(8) |
cyr_backup - Cyrus IMAP documentation
Inspect contents of Cyrus backups.
cyr_backup [OPTIONS] [MODE] backup list chunks cyr_backup [OPTIONS] [MODE] backup list mailboxes cyr_backup [OPTIONS] [MODE] backup list messages cyr_backup [OPTIONS] [MODE] backup list all cyr_backup [OPTIONS] [MODE] backup show mailboxes [ mboxname | uniqueid ]... cyr_backup [OPTIONS] [MODE] backup show messages guid... cyr_backup [OPTIONS] [MODE] backup dump chunk id cyr_backup [OPTIONS] [MODE] backup dump message guid cyr_backup [OPTIONS] [MODE] backup json chunks cyr_backup [OPTIONS] [MODE] backup json mailboxes cyr_backup [OPTIONS] [MODE] backup json messages cyr_backup [OPTIONS] [MODE] backup json headers guid...
cyr_backup is a tool for inspecting the contents of a Cyrus backup.
cyr_backup reads its configuration options out of the imapd.conf(5) file unless specified otherwise by -C.
In all invocations, backup is interpreted according to the specified MODE. See Modes below.
cyr_backup provides the following sub-commands:
cyr_backup [OPTIONS] [MODE] backup list chunks cyr_backup [OPTIONS] [MODE] backup list mailboxes cyr_backup [OPTIONS] [MODE] backup list messages cyr_backup [OPTIONS] [MODE] backup list all
List chunks, mailboxes, or messages contained in backup.
cyr_backup [OPTIONS] [MODE] backup show mailboxes [ mboxname | uniqueid ]... cyr_backup [OPTIONS] [MODE] backup show messages guid...
show mailboxes shows the contents (i.e. the contained messages) of mailboxes matching each given mboxname or uniqueid in the named backup. The uid, expunged time, and guid of each message are shown.
show messages shows details of messages matching each given guid in the named backup. The guid, containing mailboxes, and MIME headers of each message are shown.
cyr_backup [OPTIONS] [MODE] backup dump chunk id cyr_backup [OPTIONS] [MODE] backup dump message guid
Dump the contents of the specified chunk or message contained in the named backup to standard out. Chunks are output as uncompressed backup data format (which is a replication protocol stream). Messages are output in their on-disk format (typically MIME).
dump chunk is mainly useful for diagnostic purposes.
dump message may be useful as part of a manual message restoration process, when the restoration destination does not support the restore(8) command.
cyr_backup [OPTIONS] [MODE] backup json chunks cyr_backup [OPTIONS] [MODE] backup json mailboxes cyr_backup [OPTIONS] [MODE] backup json messages cyr_backup [OPTIONS] [MODE] backup json headers guid...
Dump information about the chunks, mailboxes or messages contained in the named backup to standard out, in JSON format.
Known backups are recorded in the database specified by the backup_db and backup_db_path configuration options.
This is the default if no mode is specified.
The Cyrus Team
1993–2023, The Cyrus Team
February 13, 2023 | 3.6.1 |