Docs Auto-Generation (#859)
Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action
This commit is contained in:
parent
0155851b59
commit
b30d5f15cc
@ -12,17 +12,18 @@ corso backup create exchange [flags]
|
|||||||
|
|
||||||
### Flags
|
### Flags
|
||||||
|
|
||||||
|Flag|Short|Default|Help
|
|Flag|Short|Default|Help|
|
||||||
|:----|:-----|:-------|:----
|
|:----|:-----|:-------|:----|
|
||||||
|`--all`||`false`|Backup all Exchange data for all users
|
|`--all`||`false`|Backup all Exchange data for all users|
|
||||||
|`--data`||`[]`|Select one or more types of data to backup: email, contacts, or events
|
|`--data`||`[]`|Select one or more types of data to backup: email, contacts, or events|
|
||||||
|`--help`|`-h`|`false`|help for exchange
|
|`--help`|`-h`|`false`|help for exchange|
|
||||||
|`--user`||`[]`|Backup Exchange data by user ID; accepts * to select all users
|
|`--user`||`[]`|Backup Exchange data by user ID; accepts * to select all users|
|
||||||
|
|
||||||
### Global and inherited flags
|
### Global and inherited flags
|
||||||
|
|
||||||
|Flag|Short|Default|Help
|
|Flag|Short|Default|Help|
|
||||||
|:----|:-----|:-------|:----
|
|:----|:-----|:-------|:----|
|
||||||
|`--config-file`||`/home/runner/.corso.toml`|config file (default is $HOME/.corso)
|
|`--config-file`||`$HOME/.corso.toml`|config file location (default is $HOME/.corso.toml)|
|
||||||
|`--json`||`false`|output data in JSON format
|
|`--json`||`false`|output data in JSON format|
|
||||||
|`--log-level`||`info`|set the log level to debug|info|warn|error
|
|`--log-level`||`info`|set the log level to debug|info|warn|error|
|
||||||
|
|`--no-stats`||`false`|disable anonymous usage statistics gathering|
|
||||||
|
|||||||
27
docs/docs/cli/corso_backup_create_onedrive.md
Normal file
27
docs/docs/cli/corso_backup_create_onedrive.md
Normal file
@ -0,0 +1,27 @@
|
|||||||
|
---
|
||||||
|
title: corso backup create onedrive
|
||||||
|
hide_title: true
|
||||||
|
---
|
||||||
|
## corso backup create onedrive
|
||||||
|
|
||||||
|
Backup M365 OneDrive service data
|
||||||
|
|
||||||
|
```bash
|
||||||
|
corso backup create onedrive [flags]
|
||||||
|
```
|
||||||
|
|
||||||
|
### Flags
|
||||||
|
|
||||||
|
|Flag|Short|Default|Help|
|
||||||
|
|:----|:-----|:-------|:----|
|
||||||
|
|`--help`|`-h`|`false`|help for onedrive|
|
||||||
|
|`--user`||`[]`|Backup OneDrive data by user ID; accepts * to select all users|
|
||||||
|
|
||||||
|
### Global and inherited flags
|
||||||
|
|
||||||
|
|Flag|Short|Default|Help|
|
||||||
|
|:----|:-----|:-------|:----|
|
||||||
|
|`--config-file`||`$HOME/.corso.toml`|config file location (default is $HOME/.corso.toml)|
|
||||||
|
|`--json`||`false`|output data in JSON format|
|
||||||
|
|`--log-level`||`info`|set the log level to debug|info|warn|error|
|
||||||
|
|`--no-stats`||`false`|disable anonymous usage statistics gathering|
|
||||||
@ -12,15 +12,16 @@ corso backup delete exchange [flags]
|
|||||||
|
|
||||||
### Flags
|
### Flags
|
||||||
|
|
||||||
|Flag|Short|Default|Help
|
|Flag|Short|Default|Help|
|
||||||
|:----|:-----|:-------|:----
|
|:----|:-----|:-------|:----|
|
||||||
|`--backup`|||ID of the backup containing the details to be shown
|
|`--backup`|||ID of the backup containing the details to be shown|
|
||||||
|`--help`|`-h`|`false`|help for exchange
|
|`--help`|`-h`|`false`|help for exchange|
|
||||||
|
|
||||||
### Global and inherited flags
|
### Global and inherited flags
|
||||||
|
|
||||||
|Flag|Short|Default|Help
|
|Flag|Short|Default|Help|
|
||||||
|:----|:-----|:-------|:----
|
|:----|:-----|:-------|:----|
|
||||||
|`--config-file`||`/home/runner/.corso.toml`|config file (default is $HOME/.corso)
|
|`--config-file`||`$HOME/.corso.toml`|config file location (default is $HOME/.corso.toml)|
|
||||||
|`--json`||`false`|output data in JSON format
|
|`--json`||`false`|output data in JSON format|
|
||||||
|`--log-level`||`info`|set the log level to debug|info|warn|error
|
|`--log-level`||`info`|set the log level to debug|info|warn|error|
|
||||||
|
|`--no-stats`||`false`|disable anonymous usage statistics gathering|
|
||||||
|
|||||||
27
docs/docs/cli/corso_backup_delete_onedrive.md
Normal file
27
docs/docs/cli/corso_backup_delete_onedrive.md
Normal file
@ -0,0 +1,27 @@
|
|||||||
|
---
|
||||||
|
title: corso backup delete onedrive
|
||||||
|
hide_title: true
|
||||||
|
---
|
||||||
|
## corso backup delete onedrive
|
||||||
|
|
||||||
|
Delete backed-up M365 OneDrive service data
|
||||||
|
|
||||||
|
```bash
|
||||||
|
corso backup delete onedrive [flags]
|
||||||
|
```
|
||||||
|
|
||||||
|
### Flags
|
||||||
|
|
||||||
|
|Flag|Short|Default|Help|
|
||||||
|
|:----|:-----|:-------|:----|
|
||||||
|
|`--backup`|||ID of the backup containing the details to be shown|
|
||||||
|
|`--help`|`-h`|`false`|help for onedrive|
|
||||||
|
|
||||||
|
### Global and inherited flags
|
||||||
|
|
||||||
|
|Flag|Short|Default|Help|
|
||||||
|
|:----|:-----|:-------|:----|
|
||||||
|
|`--config-file`||`$HOME/.corso.toml`|config file location (default is $HOME/.corso.toml)|
|
||||||
|
|`--json`||`false`|output data in JSON format|
|
||||||
|
|`--log-level`||`info`|set the log level to debug|info|warn|error|
|
||||||
|
|`--no-stats`||`false`|disable anonymous usage statistics gathering|
|
||||||
@ -12,32 +12,33 @@ corso backup details exchange [flags]
|
|||||||
|
|
||||||
### Flags
|
### Flags
|
||||||
|
|
||||||
|Flag|Short|Default|Help
|
|Flag|Short|Default|Help|
|
||||||
|:----|:-----|:-------|:----
|
|:----|:-----|:-------|:----|
|
||||||
|`--backup`|||ID of the backup containing the details to be shown
|
|`--backup`|||ID of the backup containing the details to be shown|
|
||||||
|`--contact`||`[]`|Select backup details by contact ID; accepts * to select all contacts
|
|`--contact`||`[]`|Select backup details by contact ID; accepts * to select all contacts|
|
||||||
|`--contact-folder`||`[]`|Select backup details by contact folder ID; accepts * to select all contact folders
|
|`--contact-folder`||`[]`|Select backup details by contact folder ID; accepts * to select all contact folders|
|
||||||
|`--contact-name`|||Select backup details where the contact name contains this value
|
|`--contact-name`|||Select backup details where the contact name contains this value|
|
||||||
|`--email`||`[]`|Select backup details by emails ID; accepts * to select all emails
|
|`--email`||`[]`|Select backup details by emails ID; accepts * to select all emails|
|
||||||
|`--email-folder`||`[]`|Select backup details by email folder ID; accepts * to select all email folders
|
|`--email-folder`||`[]`|Select backup details by email folder ID; accepts * to select all email folders|
|
||||||
|`--email-received-after`|||Restore mail where the email was received after this datetime
|
|`--email-received-after`|||Restore mail where the email was received after this datetime|
|
||||||
|`--email-received-before`|||Restore mail where the email was received before this datetime
|
|`--email-received-before`|||Restore mail where the email was received before this datetime|
|
||||||
|`--email-sender`|||Restore mail where the email sender matches this user id
|
|`--email-sender`|||Restore mail where the email sender matches this user id|
|
||||||
|`--email-subject`|||Restore mail where the email subject lines contain this value
|
|`--email-subject`|||Restore mail where the email subject lines contain this value|
|
||||||
|`--event`||`[]`|Select backup details by event ID; accepts * to select all events
|
|`--event`||`[]`|Select backup details by event ID; accepts * to select all events|
|
||||||
|`--event-calendar`||`[]`|Select backup details by event calendar ID; accepts * to select all events
|
|`--event-calendar`||`[]`|Select backup details by event calendar ID; accepts * to select all events|
|
||||||
|`--event-organizer`|||Select backup details where the event organizer user id contains this value
|
|`--event-organizer`|||Select backup details where the event organizer user id contains this value|
|
||||||
|`--event-recurs`|||Select backup details if the event recurs. Use --event-recurs false to select where the event does not recur.
|
|`--event-recurs`|||Select backup details if the event recurs. Use --event-recurs false to select where the event does not recur.|
|
||||||
|`--event-starts-after`|||Select backup details where the event starts after this datetime
|
|`--event-starts-after`|||Select backup details where the event starts after this datetime|
|
||||||
|`--event-starts-before`|||Select backup details where the event starts before this datetime
|
|`--event-starts-before`|||Select backup details where the event starts before this datetime|
|
||||||
|`--event-subject`|||Select backup details where the event subject contains this value
|
|`--event-subject`|||Select backup details where the event subject contains this value|
|
||||||
|`--help`|`-h`|`false`|help for exchange
|
|`--help`|`-h`|`false`|help for exchange|
|
||||||
|`--user`||`[]`|Select backup details by user ID; accepts * to select all users
|
|`--user`||`[]`|Select backup details by user ID; accepts * to select all users|
|
||||||
|
|
||||||
### Global and inherited flags
|
### Global and inherited flags
|
||||||
|
|
||||||
|Flag|Short|Default|Help
|
|Flag|Short|Default|Help|
|
||||||
|:----|:-----|:-------|:----
|
|:----|:-----|:-------|:----|
|
||||||
|`--config-file`||`/home/runner/.corso.toml`|config file (default is $HOME/.corso)
|
|`--config-file`||`$HOME/.corso.toml`|config file location (default is $HOME/.corso.toml)|
|
||||||
|`--json`||`false`|output data in JSON format
|
|`--json`||`false`|output data in JSON format|
|
||||||
|`--log-level`||`info`|set the log level to debug|info|warn|error
|
|`--log-level`||`info`|set the log level to debug|info|warn|error|
|
||||||
|
|`--no-stats`||`false`|disable anonymous usage statistics gathering|
|
||||||
|
|||||||
27
docs/docs/cli/corso_backup_details_onedrive.md
Normal file
27
docs/docs/cli/corso_backup_details_onedrive.md
Normal file
@ -0,0 +1,27 @@
|
|||||||
|
---
|
||||||
|
title: corso backup details onedrive
|
||||||
|
hide_title: true
|
||||||
|
---
|
||||||
|
## corso backup details onedrive
|
||||||
|
|
||||||
|
Shows the details of a M365 OneDrive service backup
|
||||||
|
|
||||||
|
```bash
|
||||||
|
corso backup details onedrive [flags]
|
||||||
|
```
|
||||||
|
|
||||||
|
### Flags
|
||||||
|
|
||||||
|
|Flag|Short|Default|Help|
|
||||||
|
|:----|:-----|:-------|:----|
|
||||||
|
|`--backup`|||ID of the backup containing the details to be shown|
|
||||||
|
|`--help`|`-h`|`false`|help for onedrive|
|
||||||
|
|
||||||
|
### Global and inherited flags
|
||||||
|
|
||||||
|
|Flag|Short|Default|Help|
|
||||||
|
|:----|:-----|:-------|:----|
|
||||||
|
|`--config-file`||`$HOME/.corso.toml`|config file location (default is $HOME/.corso.toml)|
|
||||||
|
|`--json`||`false`|output data in JSON format|
|
||||||
|
|`--log-level`||`info`|set the log level to debug|info|warn|error|
|
||||||
|
|`--no-stats`||`false`|disable anonymous usage statistics gathering|
|
||||||
@ -12,14 +12,15 @@ corso backup list exchange [flags]
|
|||||||
|
|
||||||
### Flags
|
### Flags
|
||||||
|
|
||||||
|Flag|Short|Default|Help
|
|Flag|Short|Default|Help|
|
||||||
|:----|:-----|:-------|:----
|
|:----|:-----|:-------|:----|
|
||||||
|`--help`|`-h`|`false`|help for exchange
|
|`--help`|`-h`|`false`|help for exchange|
|
||||||
|
|
||||||
### Global and inherited flags
|
### Global and inherited flags
|
||||||
|
|
||||||
|Flag|Short|Default|Help
|
|Flag|Short|Default|Help|
|
||||||
|:----|:-----|:-------|:----
|
|:----|:-----|:-------|:----|
|
||||||
|`--config-file`||`/home/runner/.corso.toml`|config file (default is $HOME/.corso)
|
|`--config-file`||`$HOME/.corso.toml`|config file location (default is $HOME/.corso.toml)|
|
||||||
|`--json`||`false`|output data in JSON format
|
|`--json`||`false`|output data in JSON format|
|
||||||
|`--log-level`||`info`|set the log level to debug|info|warn|error
|
|`--log-level`||`info`|set the log level to debug|info|warn|error|
|
||||||
|
|`--no-stats`||`false`|disable anonymous usage statistics gathering|
|
||||||
|
|||||||
26
docs/docs/cli/corso_backup_list_onedrive.md
Normal file
26
docs/docs/cli/corso_backup_list_onedrive.md
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
---
|
||||||
|
title: corso backup list onedrive
|
||||||
|
hide_title: true
|
||||||
|
---
|
||||||
|
## corso backup list onedrive
|
||||||
|
|
||||||
|
List the history of M365 OneDrive service backups
|
||||||
|
|
||||||
|
```bash
|
||||||
|
corso backup list onedrive [flags]
|
||||||
|
```
|
||||||
|
|
||||||
|
### Flags
|
||||||
|
|
||||||
|
|Flag|Short|Default|Help|
|
||||||
|
|:----|:-----|:-------|:----|
|
||||||
|
|`--help`|`-h`|`false`|help for onedrive|
|
||||||
|
|
||||||
|
### Global and inherited flags
|
||||||
|
|
||||||
|
|Flag|Short|Default|Help|
|
||||||
|
|:----|:-----|:-------|:----|
|
||||||
|
|`--config-file`||`$HOME/.corso.toml`|config file location (default is $HOME/.corso.toml)|
|
||||||
|
|`--json`||`false`|output data in JSON format|
|
||||||
|
|`--log-level`||`info`|set the log level to debug|info|warn|error|
|
||||||
|
|`--no-stats`||`false`|disable anonymous usage statistics gathering|
|
||||||
@ -12,14 +12,15 @@ corso env [flags]
|
|||||||
|
|
||||||
### Flags
|
### Flags
|
||||||
|
|
||||||
|Flag|Short|Default|Help
|
|Flag|Short|Default|Help|
|
||||||
|:----|:-----|:-------|:----
|
|:----|:-----|:-------|:----|
|
||||||
|`--help`|`-h`|`false`|help for env
|
|`--help`|`-h`|`false`|help for env|
|
||||||
|
|
||||||
### Global and inherited flags
|
### Global and inherited flags
|
||||||
|
|
||||||
|Flag|Short|Default|Help
|
|Flag|Short|Default|Help|
|
||||||
|:----|:-----|:-------|:----
|
|:----|:-----|:-------|:----|
|
||||||
|`--config-file`||`/home/runner/.corso.toml`|config file (default is $HOME/.corso)
|
|`--config-file`||`$HOME/.corso.toml`|config file location (default is $HOME/.corso.toml)|
|
||||||
|`--json`||`false`|output data in JSON format
|
|`--json`||`false`|output data in JSON format|
|
||||||
|`--log-level`||`info`|set the log level to debug|info|warn|error
|
|`--log-level`||`info`|set the log level to debug|info|warn|error|
|
||||||
|
|`--no-stats`||`false`|disable anonymous usage statistics gathering|
|
||||||
|
|||||||
@ -12,17 +12,18 @@ corso repo connect s3 [flags]
|
|||||||
|
|
||||||
### Flags
|
### Flags
|
||||||
|
|
||||||
|Flag|Short|Default|Help
|
|Flag|Short|Default|Help|
|
||||||
|:----|:-----|:-------|:----
|
|:----|:-----|:-------|:----|
|
||||||
|`--bucket`|||Name of the S3 bucket (required).
|
|`--bucket`|||Name of the S3 bucket (required).|
|
||||||
|`--endpoint`||`s3.amazonaws.com`|Server endpoint for S3 communication.
|
|`--endpoint`||`s3.amazonaws.com`|Server endpoint for S3 communication.|
|
||||||
|`--help`|`-h`|`false`|help for s3
|
|`--help`|`-h`|`false`|help for s3|
|
||||||
|`--prefix`|||Prefix applied to objects in the bucket.
|
|`--prefix`|||Prefix applied to objects in the bucket.|
|
||||||
|
|
||||||
### Global and inherited flags
|
### Global and inherited flags
|
||||||
|
|
||||||
|Flag|Short|Default|Help
|
|Flag|Short|Default|Help|
|
||||||
|:----|:-----|:-------|:----
|
|:----|:-----|:-------|:----|
|
||||||
|`--config-file`||`/home/runner/.corso.toml`|config file (default is $HOME/.corso)
|
|`--config-file`||`$HOME/.corso.toml`|config file location (default is $HOME/.corso.toml)|
|
||||||
|`--json`||`false`|output data in JSON format
|
|`--json`||`false`|output data in JSON format|
|
||||||
|`--log-level`||`info`|set the log level to debug|info|warn|error
|
|`--log-level`||`info`|set the log level to debug|info|warn|error|
|
||||||
|
|`--no-stats`||`false`|disable anonymous usage statistics gathering|
|
||||||
|
|||||||
@ -12,17 +12,18 @@ corso repo init s3 [flags]
|
|||||||
|
|
||||||
### Flags
|
### Flags
|
||||||
|
|
||||||
|Flag|Short|Default|Help
|
|Flag|Short|Default|Help|
|
||||||
|:----|:-----|:-------|:----
|
|:----|:-----|:-------|:----|
|
||||||
|`--bucket`|||Name of the S3 bucket (required).
|
|`--bucket`|||Name of the S3 bucket (required).|
|
||||||
|`--endpoint`||`s3.amazonaws.com`|Server endpoint for S3 communication.
|
|`--endpoint`||`s3.amazonaws.com`|Server endpoint for S3 communication.|
|
||||||
|`--help`|`-h`|`false`|help for s3
|
|`--help`|`-h`|`false`|help for s3|
|
||||||
|`--prefix`|||Prefix applied to objects in the bucket.
|
|`--prefix`|||Prefix applied to objects in the bucket.|
|
||||||
|
|
||||||
### Global and inherited flags
|
### Global and inherited flags
|
||||||
|
|
||||||
|Flag|Short|Default|Help
|
|Flag|Short|Default|Help|
|
||||||
|:----|:-----|:-------|:----
|
|:----|:-----|:-------|:----|
|
||||||
|`--config-file`||`/home/runner/.corso.toml`|config file (default is $HOME/.corso)
|
|`--config-file`||`$HOME/.corso.toml`|config file location (default is $HOME/.corso.toml)|
|
||||||
|`--json`||`false`|output data in JSON format
|
|`--json`||`false`|output data in JSON format|
|
||||||
|`--log-level`||`info`|set the log level to debug|info|warn|error
|
|`--log-level`||`info`|set the log level to debug|info|warn|error|
|
||||||
|
|`--no-stats`||`false`|disable anonymous usage statistics gathering|
|
||||||
|
|||||||
@ -12,32 +12,33 @@ corso restore exchange [flags]
|
|||||||
|
|
||||||
### Flags
|
### Flags
|
||||||
|
|
||||||
|Flag|Short|Default|Help
|
|Flag|Short|Default|Help|
|
||||||
|:----|:-----|:-------|:----
|
|:----|:-----|:-------|:----|
|
||||||
|`--backup`|||ID of the backup to restore
|
|`--backup`|||ID of the backup to restore|
|
||||||
|`--contact`||`[]`|Restore contacts by ID; accepts * to select all contacts
|
|`--contact`||`[]`|Restore contacts by ID; accepts * to select all contacts|
|
||||||
|`--contact-folder`||`[]`|Restore all contacts within the folder ID; accepts * to select all contact folders
|
|`--contact-folder`||`[]`|Restore all contacts within the folder ID; accepts * to select all contact folders|
|
||||||
|`--contact-name`|||Restore contacts where the contact name contains this value
|
|`--contact-name`|||Restore contacts where the contact name contains this value|
|
||||||
|`--email`||`[]`|Restore emails by ID; accepts * to select all emails
|
|`--email`||`[]`|Restore emails by ID; accepts * to select all emails|
|
||||||
|`--email-folder`||`[]`|Restore all emails by folder ID; accepts * to select all email folders
|
|`--email-folder`||`[]`|Restore all emails by folder ID; accepts * to select all email folders|
|
||||||
|`--email-received-after`|||Restore mail where the email was received after this datetime
|
|`--email-received-after`|||Restore mail where the email was received after this datetime|
|
||||||
|`--email-received-before`|||Restore mail where the email was received before this datetime
|
|`--email-received-before`|||Restore mail where the email was received before this datetime|
|
||||||
|`--email-sender`|||Restore mail where the email sender matches this user id
|
|`--email-sender`|||Restore mail where the email sender matches this user id|
|
||||||
|`--email-subject`|||Restore mail where the email subject lines contain this value
|
|`--email-subject`|||Restore mail where the email subject lines contain this value|
|
||||||
|`--event`||`[]`|Restore events by ID; accepts * to select all events
|
|`--event`||`[]`|Restore events by ID; accepts * to select all events|
|
||||||
|`--event-calendar`||`[]`|Restore events by calendar ID; accepts * to select all event calendars
|
|`--event-calendar`||`[]`|Restore events by calendar ID; accepts * to select all event calendars|
|
||||||
|`--event-organizer`|||Restore events where the event organizer user id contains this value
|
|`--event-organizer`|||Restore events where the event organizer user id contains this value|
|
||||||
|`--event-recurs`|||Restore events if the event recurs. Use --event-recurs false to select where the event does not recur.
|
|`--event-recurs`|||Restore events if the event recurs. Use --event-recurs false to select where the event does not recur.|
|
||||||
|`--event-starts-after`|||Restore events where the event starts after this datetime
|
|`--event-starts-after`|||Restore events where the event starts after this datetime|
|
||||||
|`--event-starts-before`|||Restore events where the event starts before this datetime
|
|`--event-starts-before`|||Restore events where the event starts before this datetime|
|
||||||
|`--event-subject`|||Restore events where the event subject contains this value
|
|`--event-subject`|||Restore events where the event subject contains this value|
|
||||||
|`--help`|`-h`|`false`|help for exchange
|
|`--help`|`-h`|`false`|help for exchange|
|
||||||
|`--user`||`[]`|Restore all data by user ID; accepts * to select all users
|
|`--user`||`[]`|Restore all data by user ID; accepts * to select all users|
|
||||||
|
|
||||||
### Global and inherited flags
|
### Global and inherited flags
|
||||||
|
|
||||||
|Flag|Short|Default|Help
|
|Flag|Short|Default|Help|
|
||||||
|:----|:-----|:-------|:----
|
|:----|:-----|:-------|:----|
|
||||||
|`--config-file`||`/home/runner/.corso.toml`|config file (default is $HOME/.corso)
|
|`--config-file`||`$HOME/.corso.toml`|config file location (default is $HOME/.corso.toml)|
|
||||||
|`--json`||`false`|output data in JSON format
|
|`--json`||`false`|output data in JSON format|
|
||||||
|`--log-level`||`info`|set the log level to debug|info|warn|error
|
|`--log-level`||`info`|set the log level to debug|info|warn|error|
|
||||||
|
|`--no-stats`||`false`|disable anonymous usage statistics gathering|
|
||||||
|
|||||||
28
docs/docs/cli/corso_restore_onedrive.md
Normal file
28
docs/docs/cli/corso_restore_onedrive.md
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
---
|
||||||
|
title: corso restore onedrive
|
||||||
|
hide_title: true
|
||||||
|
---
|
||||||
|
## corso restore onedrive
|
||||||
|
|
||||||
|
Restore M365 OneDrive service data
|
||||||
|
|
||||||
|
```bash
|
||||||
|
corso restore onedrive [flags]
|
||||||
|
```
|
||||||
|
|
||||||
|
### Flags
|
||||||
|
|
||||||
|
|Flag|Short|Default|Help|
|
||||||
|
|:----|:-----|:-------|:----|
|
||||||
|
|`--backup`|||ID of the backup to restore|
|
||||||
|
|`--help`|`-h`|`false`|help for onedrive|
|
||||||
|
|`--user`||`[]`|Restore all data by user ID; accepts * to select all users|
|
||||||
|
|
||||||
|
### Global and inherited flags
|
||||||
|
|
||||||
|
|Flag|Short|Default|Help|
|
||||||
|
|:----|:-----|:-------|:----|
|
||||||
|
|`--config-file`||`$HOME/.corso.toml`|config file location (default is $HOME/.corso.toml)|
|
||||||
|
|`--json`||`false`|output data in JSON format|
|
||||||
|
|`--log-level`||`info`|set the log level to debug|info|warn|error|
|
||||||
|
|`--no-stats`||`false`|disable anonymous usage statistics gathering|
|
||||||
Loading…
x
Reference in New Issue
Block a user