I need to backup our Google Storage buckets. Versioning is not enough. I was thinking about:
- backup to s3 - is there an automated bucket sync from GS->S3 or out-of-the-box solution for scheduled transfers between buckets?
- backup to another GS bucket - in the same gc project, a coldline bucket "replica" with read-only privs to most users and some automated process to replicate/sync the data?
- any other ideas?
thanks:)