4 ms·
No disaster recovery? :/
by chillaxtian 8y ago
No disaster recovery? :/
- toomuchtodo 8y agoSame as every other storage provider's default/basic storage offering. If you want georedundancy, you will need to build it. EDIT: Apparently GCS has this feature built in. Did not know, very cool!
- chrisseaton 8y agoI thought basic products like S3 provided cross-region replication, which gives georedundancy? But anyway why should I have to build it on top of the provider's offering - why wouldn't they provide georedundancy for me? It seems like a truly basic thing to expect for a backup solution? But I'm not an expert in this area.
- deleted 8y ago[deleted]
- siculars 8y agoGood Cloud Storage (GCS) has this functionality out of the box. https://cloud.google.com/storage/docs/locations https://cloud.google.com/storage/docs/locations /I work for Google/
- luhn 8y agoS3 replicates across available zones, meaning copies in multiple DCs but in the same general area. You can setup a bucket to replicate a bucket in another region, at double the storage costs plus bandwidth charges.
- manigandham 8y agoAll clouds have options to do multi-regional storage. GCS has multiregional class. Azure has GRS class. AWS has cross-region replication that can be added to a bucket.