Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions README_OADP_VMDP.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,16 @@ OADP-VMDP is built for [OpenShift Virtualization certified guest operating syste

### 1. Create a Backup Storage Location (BSL)

If using aws:
** note --endpoint w/ "s3.<region>.amazonaws.com" did not work

```bash
oadp-vmdp bsl create s3 \
--bucket my-backup-bucket \
--access-key YOUR_ACCESS_KEY \
--secret-access-key YOUR_SECRET_KEY
```

```bash
oadp-vmdp bsl create s3 \
--bucket my-backup-bucket \
Expand Down