I am working on design and implement a reliable cloud-backed storage system to survive different kinds of disasters which are from vendor data enter down, city-range network down, national network down, and even continent-range network down. The system uses multiple cloud providers to avoid single vendor failure. But this introduces performance downgrading and synchronization problems. It is also not easy to pick up a fast/reliable vendor to do recovery.
Are there any research or guide to study this problem and (probably) provide feasible solutions?