Skip to main content

corso backup details exchange

Shows the details of a M365 Exchange service backup

corso backup details exchange --backup <backupId> [flags]

Examples

# Explore items in Alice's latest backup (1234abcd...)
corso backup details exchange --backup 1234abcd-12ab-cd34-56de-1234abcd

# Explore emails in the folder "Inbox" with subject containing "Hello world"
corso backup details exchange --backup 1234abcd-12ab-cd34-56de-1234abcd \
--email-subject "Hello world" --email-folder Inbox

# Explore calendar events occurring after start of 2022
corso backup details exchange --backup 1234abcd-12ab-cd34-56de-1234abcd \
--event-starts-after 2022-01-01T00:00:00

# Explore contacts named Andy
corso backup details exchange --backup 1234abcd-12ab-cd34-56de-1234abcd \
--contact-name Andy

Flags

FlagShortDefaultHelp
--backupID of the backup to retrieve.
--email``Select email messages by ID; accepts '*' to select all emails.
--email-folder``Select emails within a folder; accepts '*' to select all email folders.
--email-subjectSelect emails with a subject containing this value.
--email-senderSelect emails from a specific sender.
--email-received-afterSelect emails received after this datetime.
--email-received-beforeSelect emails received before this datetime.
--event``Select events by event ID; accepts '*' to select all events.
--event-calendar``Select events under a calendar; accepts '*' to select all events.
--event-subjectSelect events with a subject containing this value.
--event-organizerSelect events from a specific organizer.
--event-recursSelect recurring events. Use --event-recurs false to select non-recurring events.
--event-starts-afterSelect events starting after this datetime.
--event-starts-beforeSelect events starting before this datetime.
--contact``Select contacts by contact ID; accepts '*' to select all contacts.
--contact-folder``Select contacts within a folder; accepts '*' to select all contact folders.
--contact-nameSelect contacts whose contact name contains this value.
--azure-tenant-idAzure tenant ID
--azure-client-idAzure app client ID
--azure-client-secretAzure app client secret
--passphrasePassphrase to protect encrypted repository contents
--aws-access-keyS3 access key
--aws-secret-access-keyS3 access secret
--aws-session-tokenS3 session token
--help-hfalsehelp for exchange

Global and inherited flags

FlagShortDefaultHelp
--config-file$HOME/.corso.tomlconfig file location
--debug-api-callsfalseadd non-2xx request/response errors to logging
--hide-progressfalseturn off the progress bar displays
--jsonfalseoutput data in JSON format
--log-filecorso-<timestamp>.loglocation for writing logs, use '-' for stdout
--log-formattextset the log format to text
--log-levelinfoset the log level to debug
--mask-sensitive-datafalseanonymize personal data in log output
--no-statsfalsedisable anonymous usage statistics gathering
--retain-progressfalseretain the progress bar displays after completion
--verbosefalsedon't hide additional information