Skip to content

Do backups get automatically imported from S3 into clusters? I want to ensure I can do a restore. #3406

Discussion options

You must be logged in to vote

By @dsu-igeek (with edits):

There’s a set of Velero Backup resources in the cluster that was backed up, and representations of these backups are uploaded and stored in the S3 bucket as the one source or truth. Velero knows about this bucket based on the configuration of the BackupStorageLocation resource. Those backup resources are populated automatically into any cluster where Velero is installed and a BackupStorageLocation is configured for the same storage location.

Velero restore is used to restore the resources that are specified in the backup (sometimes it is all resources, sometimes is a selected sub-set).

So, for complete disaster recovery, the first step is install Velero in…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by dsu-igeek
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant