Prototype note. This workflow is based on public Clumio documentation and has not been validated
against a live Clumio tenant.
Before you start
- a protected S3 bucket with at least one completed backup;
- a recovery target where the restored object can be inspected safely; and
- permission to start a restore and read the target object.
1
Choose the recovery point
In the Clumio console, open the protected S3 resource and select a completed recovery point.
Choose a point that contains the test object you want to recover.
2
Choose a safe target
Select the original bucket or an alternate bucket in an authorised account and region. Use an
alternate target when you are validating recovery without touching source data.
3
Start the restore
Select the object or prefix to restore, confirm the target, and start the restore task.
4
Verify the result
Open the target bucket and compare the restored object with the expected key and contents. Track
the operation in Tasks while it runs.
Continue
- Recovery points and restore targets for what a recovery point represents.
- Restore overview for the supported restore targets.
- Point-in-time recovery for recovery-point selection.
- Cross-region and cross-account restore for restores that leave the source account.
- Start a restore through the API and monitor the task for automation.
- Restore data with the Python SDK for the same workflow in code.