Skip to content

Instantly share code, notes, and snippets.

@ualmtorres
Created April 20, 2023 15:27
Show Gist options
  • Save ualmtorres/204fd81014a8c1f268bac3f7d06de5ed to your computer and use it in GitHub Desktop.
Save ualmtorres/204fd81014a8c1f268bac3f7d06de5ed to your computer and use it in GitHub Desktop.
Velero - Create scheduled backup
velero schedule \
--kubeconfig cluster-terraform-di.yaml \
create demo-backups \
--schedule='*/5 * * * *' \
--include-namespaces demo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment