Skip to content

Instantly share code, notes, and snippets.

@ualmtorres
Created April 20, 2023 14:52
Show Gist options
  • Save ualmtorres/45418d02101d99237b5cc011da672cd1 to your computer and use it in GitHub Desktop.
Save ualmtorres/45418d02101d99237b5cc011da672cd1 to your computer and use it in GitHub Desktop.
Velero - Backup namespace
velero backup \
--kubeconfig cluster-terraform-di.yaml \
create demo-backup-$(date +'%Y%m%d-%H%M') \
--include-namespaces demo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment