From 602a4eb503e7024be3af89183ffff3480a292814 Mon Sep 17 00:00:00 2001 From: Aman Gupta Date: Tue, 5 Jan 2021 22:49:55 +0530 Subject: [PATCH] chore(doc): Update backup/restore doc with s3-bucket use (#267) Signed-off-by: Aman Gupta --- docs/backup-restore.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/backup-restore.md b/docs/backup-restore.md index 550ad2c..b4a9a42 100644 --- a/docs/backup-restore.md +++ b/docs/backup-restore.md @@ -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 --secret-file <./aws-iam-creds> --plugins velero/velero-plugin-for-aws:v1.0.0-beta.1 --backup-location-config 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