<!-- PR description--> --- #### Does this PR need a docs update or release note? - [ ] ✅ Yes, it's included - [ ] 🕐 Yes, but in a later PR - [x] ⛔ No #### Type of change <!--- Please check the type of change your PR introduces: ---> - [ ] 🌻 Feature - [ ] 🐛 Bugfix - [x] 🗺️ Documentation - [ ] 🤖 Supportability/Tests - [ ] 💻 CI/Deployment - [ ] 🧹 Tech Debt/Cleanup #### Issue(s) <!-- Can reference multiple issues. Use one of the following "magic words" - "closes, fixes" to auto-close the Github issue. --> * #<issue> #### Test Plan <!-- How will this be tested prior to merging.--> - [ ] 💪 Manual - [ ] ⚡ Unit test - [ ] 💚 E2E
51 lines
2.3 KiB
Markdown
51 lines
2.3 KiB
Markdown
<p align="center">
|
|
<img src="https://github.com/alcionai/corso/blob/main/website/static/img/corso_logo.svg?raw=true" alt="Corso Logo" width="100" />
|
|
</p>
|
|
<h1 align="center">Corso</h1>
|
|
|
|
[](https://goreportcard.com/report/github.com/alcionai/corso/src)
|
|
[](https://discord.gg/63DTTSnuhT)
|
|
[](https://opensource.org/licenses/Apache-2.0)
|
|
[](CODE_OF_CONDUCT.md)
|
|
|
|
> [!NOTE]
|
|
> **The Corso project is no longer actively maintained and has be been archived**.
|
|
|
|
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 to store
|
|
the backup data 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 is currently in Beta.**
|
|
|
|
Corso supports M365 Exchange and OneDrive with SharePoint and Teams support in active development. Coverage for more
|
|
services, possibly beyond M365, will expand based on the interest and needs of the community.
|
|
|
|
# Getting Started
|
|
|
|
See the [Corso Quickstart](https://corsobackup.io/docs/quickstart/) on our docs page.
|
|
|
|
# Building Corso
|
|
|
|
To learn more about working with the project source core and building Corso, see the
|
|
[Developer section](https://corsobackup.io/docs/developers/build) of the Corso Documentation.
|
|
|
|
# Roadmap
|
|
|
|
You can learn more about the Corso roadmap and how to interpret it [here](https://github.com/alcionai/corso-roadmap).
|
|
|
|
If you have feature requests, please file a [GitHub issue](https://github.com/alcionai/corso/issues/)
|
|
and attach the `enhancement` label to the issue.
|
|
|
|
# Contribution Guidelines
|
|
|
|
## 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
|
|
|
|
Corso is licensed under the Apache License, Version 2.0. See [LICENSE](LICENSE) for the full license text.
|