Skip to content

Instantly share code, notes, and snippets.

@oskapt
Created September 24, 2019 21:19
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 oskapt/b6c521863c75c655dec7028b939f65e2 to your computer and use it in GitHub Desktop.
Save oskapt/b6c521863c75c655dec7028b939f65e2 to your computer and use it in GitHub Desktop.
Velero install command
velero install \
--provider aws \
--bucket $BUCKET \
--secret-file ./credentials-velero \
--backup-location-config region=$REGION \
--snapshot-location-config region=$REGION \
--use-restic
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment