Skip to content

Instantly share code, notes, and snippets.

@misskecupbung
Created October 6, 2022 16:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save misskecupbung/2908c8742415fabf3731f79946abbe99 to your computer and use it in GitHub Desktop.
Save misskecupbung/2908c8742415fabf3731f79946abbe99 to your computer and use it in GitHub Desktop.
export RESTORE="manual-restore1"
gcloud alpha container backup-restore restores create $RESTORE \
--project=$PROJECT_ID \
--location=$GCP_REGION \
--restore-plan=$RESTORE_PLAN \
--backup=projects/$PROJECT_ID/locations/$LOCATION/backupPlans/$BACKUP_PLAN/backups/$BACKUP \
--wait-for-completion
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment