Hi @37821879 ,
Thank you for your question.
In order to restore the backup and volume snapshots to another region, the backups should be placed in the targeted region for restore. This can be configured using BackupStorageLocations
and VolumeSnapshotLocations
which have their own credentials (can be cross region and cross subscription) However, as per this document:
Volume snapshots are still limited by where your provider allows you to create snapshots. For example, AWS and Azure do not allow you to create a volume snapshot in a different region than where the volume is. If you try to take a Velero backup using a volume snapshot location with a different region than where your cluster’s volumes are, the backup will fail.
Due to the above, you would need to manually transfer/copy the backups and the snapshots to the target region/subscription. Start with copying the snapshot to the different subscription, then copy it to a new region.
Please find the below documents for reference:
- Copy snapshot of a managed disk to same or different subscription with CLI.
- Copy an incremental snapshot to a new region.
Lastly, please keep in mind that moving large disk snapshots across regions would be very costly (you're only billed for the bandwidth cost of the data transfer across the region).
Please Accept the answer if the information helped you. This will help us and others in the community as well.
Thank you.