mirror of
https://github.com/TECHNOFAB11/zfs-localpv.git
synced 2025-12-11 22:10:11 +01:00
chore(doc): Update backup/restore doc with s3-bucket use (#267)
Signed-off-by: Aman Gupta <aman.gupta@mayadata.io>
This commit is contained in:
parent
2e5e61d255
commit
602a4eb503
1 changed files with 6 additions and 0 deletions
|
|
@ -35,6 +35,12 @@ We can install Velero by using below command
|
|||
velero install --provider aws --bucket velero --secret-file /home/pawan/velero/credentials-minio --plugins velero/velero-plugin-for-aws:v1.0.0-beta.1 --backup-location-config region=minio,s3ForcePathStyle="true",s3Url=http://minio.velero.svc:9000 --use-volume-snapshots=true --use-restic
|
||||
```
|
||||
|
||||
If you would like to use cloud storage like AWS-S3 buckets for storing backups, you could use a command like the following:
|
||||
|
||||
```
|
||||
velero install --provider aws --bucket <bucket_name> --secret-file <./aws-iam-creds> --plugins velero/velero-plugin-for-aws:v1.0.0-beta.1 --backup-location-config region=<bucket_region>,s3ForcePathStyle="true" --use-volume-snapshots=true --use-restic
|
||||
```
|
||||
|
||||
We have to install the velero 1.5 or later version for ZFS-LocalPV.
|
||||
|
||||
### c. Deploy MinIO
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue