* Clean up tree structure and add proper logo * Proper logo files * Initial docs * Pick up new page after merging main * Apply suggestions from code review Some nits Co-authored-by: Niraj Tolia <ntolia@users.noreply.github.com> * Quash a bunch of Vale prose linter errors, warnings, and suggestions. * PR Review feedback * Simplified mount folders * Cleaned up windows container * Hid `latest` release tag * Review feedback: Link to repo page * Better arrow symbol Co-authored-by: Niraj Tolia <ntolia@users.noreply.github.com> * Clarify sentence * Update README.md * Reframing focus to M365 * More linting * Use only MD files Co-authored-by: Niraj Tolia <ntolia@users.noreply.github.com>
39 lines
1.1 KiB
Markdown
39 lines
1.1 KiB
Markdown
# Corso
|
|
|
|
Corso is the first open-source tool that aims to assist IT admins with the critical task of protecting their
|
|
Microsoft 365 data. It provides a reliable, secure, and efficient data protection engine. Admins decide where backup
|
|
data is stored and have the flexibility to perform backups of their desired service through an intuitive interface.
|
|
As Corso evolves, it can become a great building block for more complex data protection workflows.
|
|
|
|
Corso supports supports M365 Exchange, OneDrive, SharePoint, and Teams. Coverage for additional services, possibly
|
|
even beyond M365, will expand based on the interest and needs of the community.
|
|
|
|
## Getting Started
|
|
|
|
TODO - Link to the appropriate page in the published docs.
|
|
|
|
## Building Corso
|
|
|
|
```sh
|
|
# Build a binary. Will be placed in bin/
|
|
./build/build.sh
|
|
|
|
# Build a container image
|
|
./build/build-container.sh
|
|
```
|
|
|
|
## Contribution Guidelines
|
|
|
|
TODO
|
|
|
|
## Code of Conduct
|
|
|
|
It's important that our community is inclusive and respectful of everyone.
|
|
We ask that all Corso users and contributors take a few minutes to review our
|
|
[Code of Conduct](CODE_OF_CONDUCT.md)
|
|
|
|
## License
|
|
|
|
TODO
|
|
`
|