Blog corso storage (#2396)
## Description <!-- Insert 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 - [ ] 🤖 Test - [ ] 💻 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.--> - [x] 💪 Manual - [ ] ⚡ Unit test - [ ] 💚 E2E
This commit is contained in:
parent
0ae904e9bc
commit
c7e74edc49
@ -47,7 +47,7 @@ here’s the single script that can run a non-production instance of MinIO withi
|
||||
and the AWS CLI as prerequisites) and get you started with Corso quickly:
|
||||
|
||||
```bash
|
||||
mkdir -p ~\s/minio/data
|
||||
mkdir -p $HOME/minio/data
|
||||
|
||||
docker run \
|
||||
-p 9000:9000 \
|
||||
@ -68,8 +68,12 @@ export AWS_SECRET_ACCESS_KEY=CHANGEME123
|
||||
aws s3api create-bucket --bucket corso-backup --endpoint=http://127.0.0.1:9000
|
||||
```
|
||||
|
||||
To connect Corso to a local MinIO server with `[corso repo init](https://corsobackup.io/docs/cli/corso-repo-init-s3/)`
|
||||
you’ll want to pass the `--disable-tls` flag so that it will accept an `http` connection
|
||||
To connect Corso to a local MinIO server with [`corso repo init`](https://corsobackup.io/docs/cli/corso-repo-init-s3/)
|
||||
you’ll want to pass the `--disable-tls` flag so that it will accept an `http` connection. The full command would look like:
|
||||
|
||||
```bash
|
||||
./corso repo init s3 --bucket corso-backup --disable-tls --endpoint 127.0.0.1:9000
|
||||
```
|
||||
|
||||
## Reducing Cost With S3 Storage Classes
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user