add awareness of missing folders (#2578)

## Does this PR need a docs update or release note?

- [x]  Yes, it's included

## Type of change

- [x] 🗺️ Documentation
## Issue(s)

* #2567
This commit is contained in:
Keepers 2023-02-20 15:22:40 -07:00 committed by GitHub
parent 7ba3be5242
commit d7087d7461
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

View File

@ -10,6 +10,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added ### Added
- Show owner information when doing backup list in json format - Show owner information when doing backup list in json format
### Known Issues
- Folders and Calendars containing zero items or subfolders are not included in the backup.
## [v0.4.0] (alpha) - 2023-2-20 ## [v0.4.0] (alpha) - 2023-2-20
### Fixed ### Fixed

View File

@ -14,6 +14,9 @@ Below is a list of known Corso issues and limitations:
* Restoration of Nested attachments within Exchange Mail or Calendars aren't yet supported. * Restoration of Nested attachments within Exchange Mail or Calendars aren't yet supported.
* Folders and Calendars containing zero items or subfolders aren't included in the backup.
* Provides no guarantees about whether data moved, added, or deleted in M365 * Provides no guarantees about whether data moved, added, or deleted in M365
while a backup is being created will be included in the running backup. while a backup is being created will be included in the running backup.
Future backups run when the data isn't modified will include the data. Future backups run when the data isn't modified will include the data.