Skip to content

Commit

Permalink
Merge pull request openebs#3045 from kmova/home-minio-backup-usecase
Browse files Browse the repository at this point in the history
Add backup usecase for home user to adopters.md
  • Loading branch information
Murat Karslioglu authored May 21, 2020
2 parents e6125b2 + 408c83f commit 47d1710
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions ADOPTERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ The list of users that have publicly shared the usage of OpenEBS.
| User | Stateful Workloads | Success Story |
| :--- | :--- | :--- |
| [Alin Jurj](https://github.com/Perfect-Web) | Elasticsearch | [English](./adopters/users/Perfect-Web/README.md) |
| [Maartje Eyskens](https://github.com/meyskens) | Minio | [English](./adopters/users/meyskens/README.md) |
| [proegssilb](https://github.com/proegssilb) | PostgreSQL, Redis, Factorio (video game server) | [English](./adopters/users/proegssilb/README.md) |
| [radicand](https://github.com/radicand) | Wordpress, MariaDB on ARM64 cluster | [English](./adopters/users/radicand/README.md) |
| [tardich](https://github.com/tardich) | Postfix Mail Relay, NextCloud, Nexus Repository, Plex | [English](./adopters/users/tardich/README.md) |
Expand Down
10 changes: 10 additions & 0 deletions adopters/users/meyskens/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
_backup solution for home laptop_

**Stateful Applications that you are running on OpenEBS**
- Minio

**Type of OpenEBS Storage Engines behind the above application - cStor, Jiva or Local PV**
- cStor

**A brief description of the use case or details on how OpenEBS is helping your projects.**
- Restic uploads my laptop to Minio running on my home Kubernetes cluster. Minio runs on a 2 replica OpenEBS cStor PV . A `mc mirror` pod then watches the bucket and uploads it's content to the cloud. I get full speed backups on my laptop and still have a cloud copy

0 comments on commit 47d1710

Please sign in to comment.