Skip to content

Instantly share code, notes, and snippets.

@misskecupbung
Created October 6, 2022 16:29
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/27a4604f82656bd56dd5444f653d68c8 to your computer and use it in GitHub Desktop.
Save misskecupbung/27a4604f82656bd56dd5444f653d68c8 to your computer and use it in GitHub Desktop.
gcloud alpha container backup-restore backup-plans create $BACKUP_PLAN \
--project=$PROJECT_ID \
--location=$LOCATION \
--cluster=$CLUSTER \
--all-namespaces \
--include-secrets \
--include-volume-data \
--cron-schedule="0 * * * *" \
--backup-retain-days=$RETAIN_DAYS \
--locked
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment