From 4de56d13f52e78b9e80db59205666ca0b42e57c5 Mon Sep 17 00:00:00 2001 From: Mikael Frykholm Date: Thu, 10 Apr 2025 07:48:09 +0200 Subject: [PATCH] The schedule needs to have snapshot-move-data as well. The the default(auto) does not seem work. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4a2d5fa..00c2267 100644 --- a/README.md +++ b/README.md @@ -119,7 +119,7 @@ Save into a file called credentials-velero to be used during the install: aws_secret_access_key=12312312312312312312312213123 velero install --features=EnableCSI --use-node-agent --provider aws --plugins velero/velero-plugin-for-aws:v1.2.1 --bucket velero --secret-file ./credentials-velero --use-volume-snapshots=true --backup-location-config region=sto3,s3ForcePathStyle="true",s3Url=https://s3.sto3.safedc.net --snapshot-location-config region=sto3 --wait - velero schedule create prod-schedule --schedule="0 3 * * *" + velero schedule create prod-schedule --schedule="0 3 * * *" --snapshot-move-data=true velero backup create rut-prod --snapshot-move-data --default-volumes-to-fs-backup=false --from-schedule prod-schedule ### Kubernetes logs and instrospection