Hi, I have a GCS (bucket) of several TB with document archive function.
I need to implement a backup that allows me to have restore points up to N days back.
I'm having doubts about understanding the correct way to backup a bucket.
I tried a few approaches but none convinced me:
- I enabled the "dual region" option but this covers the need for "high availability" rather than backup.
- I have enabled the "versioning" option but this also covers the need for single file restores rather than restores of the entire bucket to N days ago in case of "necessity".
- I tried the Storage Transfer resource but this allows me to keep a second bucket synchronized to the last RUN, I can't get the status of N days ago.
What method should be used?