Docs Auto-Generation (#746)
Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action
This commit is contained in:
parent
b1869bf32a
commit
8fe8dfeee6
@ -16,14 +16,20 @@ corso backup details exchange [flags]
|
||||
--backup string ID of the backup containing the details to be shown
|
||||
--contact strings Select backup details by contact ID; accepts * to select all contacts
|
||||
--contact-folder strings Select backup details by contact folder ID; accepts * to select all contact folders
|
||||
--contact-name string Select backup details where the contact name contains this value
|
||||
--email strings Select backup details by emails ID; accepts * to select all emails
|
||||
--email-folder strings Select backup details by email folder ID; accepts * to select all email folders
|
||||
--email-received-after string Select backup details where the email was received after this datetime
|
||||
--email-received-before string Select backup details where the email was received before this datetime
|
||||
--email-sender string Select backup details where the email sender matches this user id
|
||||
--email-subject string Select backup details where the email subject lines contain this value
|
||||
--email-received-after string Restore mail where the email was received after this datetime
|
||||
--email-received-before string Restore mail where the email was received before this datetime
|
||||
--email-sender string Restore mail where the email sender matches this user id
|
||||
--email-subject string Restore mail where the email subject lines contain this value
|
||||
--event strings Select backup details by event ID; accepts * to select all events
|
||||
--event-calendar strings Select backup details by event calendar ID; accepts * to select all events
|
||||
--event-organizer string Select backup details where the event organizer user id contains this value
|
||||
--event-recurs string Select backup details if the event recurs. Use --event-recurs false to select where the event does not recur.
|
||||
--event-starts-after string Select backup details where the event starts after this datetime
|
||||
--event-starts-before string Select backup details where the event starts before this datetime
|
||||
--event-subject string Select backup details where the event subject contains this value
|
||||
-h, --help help for exchange
|
||||
--user strings Select backup details by user ID; accepts * to select all users
|
||||
```
|
||||
|
||||
@ -17,7 +17,6 @@ corso repo connect s3 [flags]
|
||||
### Options
|
||||
|
||||
```
|
||||
--access-key string Access key ID (replaces the AWS_ACCESS_KEY_ID env variable).
|
||||
--bucket string Name of the S3 bucket (required).
|
||||
--endpoint string Server endpoint for S3 communication. (default "s3.amazonaws.com")
|
||||
-h, --help help for s3
|
||||
|
||||
@ -17,7 +17,6 @@ corso repo init s3 [flags]
|
||||
### Options
|
||||
|
||||
```
|
||||
--access-key string Access key ID (replaces the AWS_ACCESS_KEY_ID env variable).
|
||||
--bucket string Name of the S3 bucket (required).
|
||||
--endpoint string Server endpoint for S3 communication. (default "s3.amazonaws.com")
|
||||
-h, --help help for s3
|
||||
|
||||
@ -14,12 +14,22 @@ corso restore exchange [flags]
|
||||
|
||||
```
|
||||
--backup string ID of the backup to restore
|
||||
--contact strings Restore contacts by ID; accepts * to select all contacts
|
||||
--contact-folder strings Restore all contacts within the folder ID; accepts * to select all contact folders
|
||||
--contact-name string Restore contacts where the contact name contains this value
|
||||
--email strings Restore emails by ID; accepts * to select all emails
|
||||
--email-folder strings Restore all emails by folder ID; accepts * to select all email folders
|
||||
--email-received-after string Restore mail where the email was received after this datetime
|
||||
--email-received-before string Restore mail where the email was received before this datetime
|
||||
--email-sender string Restore mail where the email sender matches this user id
|
||||
--email-subject string Restore mail where the email subject lines contain this value
|
||||
--event strings Restore events by ID; accepts * to select all events
|
||||
--event-calendar strings Restore events by calendar ID; accepts * to select all event calendars
|
||||
--event-organizer string Restore events where the event organizer user id contains this value
|
||||
--event-recurs string Restore events if the event recurs. Use --event-recurs false to select where the event does not recur.
|
||||
--event-starts-after string Restore events where the event starts after this datetime
|
||||
--event-starts-before string Restore events where the event starts before this datetime
|
||||
--event-subject string Restore events where the event subject contains this value
|
||||
-h, --help help for exchange
|
||||
--user strings Restore all data by user ID; accepts * to select all users
|
||||
```
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user