corso backup details groups
Shows the details of a M365 Groups service backup
corso backup details groups --backup <backupId> [flags]
Examples
# Explore items in Marketing's latest backup (1234abcd...)
corso backup details groups --backup 1234abcd-12ab-cd34-56de-1234abcd
# Explore Marketing messages posted after the start of 2022
corso backup details groups --backup 1234abcd-12ab-cd34-56de-1234abcd \
--last-message-reply-after 2022-01-01T00:00:00
# Explore group mailbox posts with conversation subject "hello world"
corso backup details groups --backup 1234abcd-12ab-cd34-56de-1234abcd --conversation "hello world"
Flags
Flag | Short | Default | Help |
---|---|---|---|
--backup | ID of the backup to retrieve. | ||
--channel | `` | Select data within a Team's Channel. | |
--message | `` | Select messages by reference. | |
--message-created-after | Select messages created after this datetime. | ||
--message-created-before | Select messages created before this datetime. | ||
--message-last-reply-after | Select messages with replies after this datetime. | ||
--message-last-reply-before | Select messages with replies before this datetime. | ||
--conversation | `` | Select data within a Group's Conversation. | |
--post | `` | Select Conversation Posts by reference. | |
--library | Select only this library; defaults to all libraries. | ||
--folder | `` | Select by folder; defaults to root. | |
--file | `` | Select by file name. | |
--file-created-after | Select files created after this datetime. | ||
--file-created-before | Select files created before this datetime. | ||
--file-modified-after | Select files modified after this datetime. | ||
--file-modified-before | Select files modified before this datetime. | ||
--list | `` | Select lists by name. | |
--list-modified-after | Select lists modified after this datetime. | ||
--list-modified-before | Select lists modified before this datetime. | ||
--list-created-after | Select lists created after this datetime. | ||
--list-created-before | Select lists created before this datetime. | ||
--azure-tenant-id | Azure tenant ID | ||
--azure-client-id | Azure app client ID | ||
--azure-client-secret | Azure app client secret | ||
--passphrase | Passphrase to protect encrypted repository contents | ||
--aws-access-key | S3 access key | ||
--aws-secret-access-key | S3 access secret | ||
--aws-session-token | S3 session token | ||
--help | -h | false | help for groups |
Global and inherited flags
Flag | Short | Default | Help |
---|---|---|---|
--config-file | $HOME/.corso.toml | config file location | |
--debug-api-calls | false | add non-2xx request/response errors to logging | |
--hide-progress | false | turn off the progress bar displays | |
--json | false | output data in JSON format | |
--log-file | corso-<timestamp>.log | location for writing logs, use '-' for stdout | |
--log-format | text | set the log format to text | |
--log-level | info | set the log level to debug | |
--mask-sensitive-data | false | anonymize personal data in log output | |
--no-stats | false | disable anonymous usage statistics gathering | |
--retain-progress | false | retain the progress bar displays after completion | |
--verbose | false | don't hide additional information |