86.1k views
2 votes
Your organization has deployed a large, complex application across multiple compute instances in Oracle Cloud Infrastructure (OCI). These compute instances also have block volume storage attached to them.You want to create a time consistent backup of these block volume storage. Which implementation strategy should be used

User Skalli
by
3.9k points

1 Answer

3 votes

Answer:

Use scripts available in OCI to backup block volume storage

Step-by-step explanation:

In this case, it is either you clone the entire volume group in a crash and time-consistent manner and then you use scripts available in Oracle Call Interface for the purpose of backing up the block volume storage. It is possible to run such block volume backup from a centralized system. This makes available a clone of a volume group having the entire volume connected in it within a short period of time, usually seconds.

User Morloch
by
3.8k points